Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-08-19 20:18:38 +0300
committerGitHub <noreply@github.com>2022-08-19 20:18:38 +0300
commitedc15565acd4cf0e22c0cb802b6be9d6b72b4731 (patch)
tree6b7bafbb9920bcd0b6073de90f17ed00c80437c1
parentf7a6f34ad28dfd6d18cfa15d7121bd325d8ec4f1 (diff)
Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 (#17924)
-rw-r--r--test/xUnit/xUnit.tests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xUnit/xUnit.tests.csproj b/test/xUnit/xUnit.tests.csproj
index 6579631951..797f1bd52b 100644
--- a/test/xUnit/xUnit.tests.csproj
+++ b/test/xUnit/xUnit.tests.csproj
@@ -27,7 +27,7 @@
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
<PackageReference Include="XunitXml.TestLogger" Version="3.0.70" />
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
</ItemGroup>
<ItemGroup>