Skip to content

Commit 986b7df

Browse files
committed
Update Microsoft.NET.Test.Sdk
1 parent 4fbcc2c commit 986b7df

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/ContosoAds.ImageProcessor.IntegrationTests/ContosoAds.ImageProcessor.IntegrationTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
1515
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.11" />
16-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1717
<PackageReference Include="xunit" Version="2.9.2" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

test/ContosoAds.ImageProcessor.UnitTests/ContosoAds.ImageProcessor.UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1616
<PackageReference Include="xunit" Version="2.9.2" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

test/ContosoAds.Web.IntegrationTests/ContosoAds.Web.IntegrationTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PackageReference>
1717
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.11" />
1818
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.11" />
19-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
19+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
2020
<PackageReference Include="System.Net.Http.Json" Version="8.0.1" />
2121
<PackageReference Include="xunit" Version="2.9.2" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">

test/ContosoAds.Web.UnitTests/ContosoAds.Web.UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.11" />
16-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1717
<PackageReference Include="xunit" Version="2.9.2" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)