mirror of
https://github.com/tonytins/cstdotnet.git
synced 2026-02-10 12:14:47 -05:00
RollForward support
- Added Forward compatibility with newer SDKs. - Added root items into solution.
This commit is contained in:
parent
2789562abd
commit
190b8d10bb
5 changed files with 15 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<Project>
|
||||
<Sdk Name="DotNet.ReproducibleBuilds.Isolated" Version="1.1.1" />
|
||||
<ItemGroup>
|
||||
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1" PrivateAssets="All" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Allow running on any .NET 8+ runtime (8, 9, 10, ...) -->
|
||||
<RollForward>LatestMajor</RollForward>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue