File tree Expand file tree Collapse file tree 6 files changed +8
-51
lines changed
Expand file tree Collapse file tree 6 files changed +8
-51
lines changed Original file line number Diff line number Diff line change 3232 <Project Path =" FakeDiffTool/FakeDiffTool.csproj" >
3333 <BuildType Solution =" Release-NotWindows|*" Project =" Release" />
3434 </Project >
35- <Project Path =" VersionTests/VersionTests.csproj" >
36- <BuildType Solution =" Release-NotWindows|*" Project =" Debug" />
37- </Project >
3835</Solution >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT'" >net462;net472;net48;net9.0</TargetFrameworks >
4- <TargetFrameworks >$(TargetFrameworks);net6.0;net7.0;net8.0;net9.0</TargetFrameworks >
3+ <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT'" >net462;net472;net48;net9.0;net10.0 </TargetFrameworks >
4+ <TargetFrameworks >$(TargetFrameworks);net6.0;net7.0;net8.0;net9.0;net10.0 </TargetFrameworks >
55 </PropertyGroup >
66 <ItemGroup >
77 <Using Include =" DiffEngine" />
2424 <PackageReference Include =" System.Management" />
2525 <PackageReference Include =" ProjectDefaults" PrivateAssets =" all" />
2626 </ItemGroup >
27+ <Target Name =" CheckPackageVersion" BeforeTargets =" Build" >
28+ <Error Condition =" '%(PackageVersion.Identity)' == 'System.Collections.Immutable' AND '%(PackageVersion.Version)' != '8.0.0'" Text =" Invalid package version for System.Collections.Immutable. Expected: 8.0.0." />
29+ <Error Condition =" '%(PackageVersion.Identity)' == 'System.Management' AND '%(PackageVersion.Version)' != '8.0.0'" Text =" Invalid package version for System.Management. Expected: 8.0.0." />
30+ </Target >
2731</Project >
Original file line number Diff line number Diff line change 66 <ItemGroup >
77 <PackageVersion Include =" Argon" Version =" 0.32.0" />
88 <PackageVersion Include =" Caseless.Fody" Version =" 1.9.1" />
9- <PackageVersion Include =" EmptyFiles" Version =" 8.15 .0" />
9+ <PackageVersion Include =" EmptyFiles" Version =" 8.16 .0" />
1010 <PackageVersion Include =" Fody" Version =" 6.9.3" />
1111 <PackageVersion Include =" MarkdownSnippets.MsBuild" Version =" 28.0.0-beta.7" />
1212 <PackageVersion Include =" Microsoft.Sbom.Targets" Version =" 4.1.3" />
1313 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1" />
14- <PackageVersion Include =" Polyfill" Version =" 9.0.0-beta.9 " />
14+ <PackageVersion Include =" Polyfill" Version =" 9.0.1 " />
1515 <PackageVersion Include =" ProjectDefaults" Version =" 1.0.162" />
1616 <PackageVersion Include =" Resourcer.Fody" Version =" 1.8.1" />
1717 <PackageVersion Include =" System.Collections.Immutable" Version =" 8.0.0" />
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments