|
2 | 2 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> |
5 | | - <MicrosoftBuildPackageVersion Condition="'$(TargetFramework)' == 'net472' ">18.0.2</MicrosoftBuildPackageVersion> |
6 | | - <MicrosoftBuildPackageVersion Condition="'$(TargetFramework)' == 'net10.0' ">18.0.2</MicrosoftBuildPackageVersion> |
7 | | - <MicrosoftBuildPackageVersion Condition="'$(TargetFramework)' == 'net9.0' ">17.14.28</MicrosoftBuildPackageVersion> |
8 | | - <MicrosoftBuildPackageVersion Condition="'$(TargetFramework)' == 'net8.0' ">17.11.48</MicrosoftBuildPackageVersion> |
| 5 | + <MicrosoftBuildPackageVersion>18.0.2</MicrosoftBuildPackageVersion> |
| 6 | + <MicrosoftBuildPackageVersion Condition="'$(TargetFramework)' == 'net8.0'">17.11.48</MicrosoftBuildPackageVersion> |
| 7 | + <MicrosoftBuildPackageVersion Condition="'$(TargetFramework)' == 'net9.0'">17.14.28</MicrosoftBuildPackageVersion> |
9 | 8 | </PropertyGroup> |
10 | 9 | <ItemGroup> |
11 | 10 | <PackageVersion Include="AssemblyShader" Version="1.1.3" /> |
|
14 | 13 | <PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" /> |
15 | 14 | <PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="4.14.0" /> |
16 | 15 | <PackageVersion Include="Microsoft.IO.Redist" Version="6.1.3" /> |
17 | | - <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" /> |
| 16 | + <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" /> |
18 | 17 | <PackageVersion Include="Microsoft.VisualStudio.Setup.Configuration.Interop" Version="3.14.2075" /> |
19 | 18 | <PackageVersion Include="Microsoft.VisualStudio.SolutionPersistence" Version="1.0.52" /> |
20 | 19 | <PackageVersion Include="Shouldly" Version="4.3.0" /> |
21 | 20 | <PackageVersion Include="System.IO.Compression" Version="4.3.0" /> |
22 | 21 | <PackageVersion Include="xunit" Version="2.9.3" /> |
23 | | - <PackageVersion Include="xunit.runner.visualstudio" Version="3.1.4" /> |
| 22 | + <PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" /> |
24 | 23 | </ItemGroup> |
25 | 24 | <ItemGroup> |
26 | 25 | <GlobalPackageReference Include="Microsoft.Build.Artifacts" Version="6.1.63" /> |
27 | 26 | <GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" /> |
28 | | - <GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.7.115" /> |
| 27 | + <GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.9.50" /> |
29 | 28 | <GlobalPackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" /> |
30 | 29 | <Compile Include="..\Shared\GlobalSuppressions.cs" /> |
31 | 30 | <AdditionalFiles Include="..\Shared\stylecop.json" /> |
|
0 commit comments