Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit cd1d839

Browse files
committed
chore(deps): update dependency microsoft.net.test.sdk to v17
1 parent db44a1c commit cd1d839

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Arcus.EventGrid.Proxy.Tests.Integration/Arcus.EventGrid.Proxy.Tests.Integration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<ItemGroup>
2121
<PackageReference Include="Arcus.EventGrid.Testing" Version="3.1.0" />
22-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
22+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
2323
<PackageReference Include="xunit" Version="2.4.1" />
2424
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
2525
<PrivateAssets>all</PrivateAssets>

src/Arcus.EventGrid.Proxy.Tests.Unit/Arcus.EventGrid.Proxy.Tests.Unit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
1010
<PackageReference Include="xunit" Version="2.4.1" />
1111
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1212
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)