about summary refs log tree commit diff
path: root/IRCSharp.Tests/IRCSharp.Tests.csproj
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2022-03-25 15:01:43 -0400
committerBen Harris <ben@tilde.team>2022-03-25 15:01:43 -0400
commit7f3cc3c6ecb2159199b8228506618e767cf0325c (patch)
tree6648a4c8e600a242d674d11ff903c23808eb583b /IRCSharp.Tests/IRCSharp.Tests.csproj
parent0d3586c1abd6c2914825484b438e70ef5ed3cc70 (diff)
remove netstandard2.1 from example console projects
Diffstat (limited to 'IRCSharp.Tests/IRCSharp.Tests.csproj')
-rw-r--r--IRCSharp.Tests/IRCSharp.Tests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/IRCSharp.Tests/IRCSharp.Tests.csproj b/IRCSharp.Tests/IRCSharp.Tests.csproj
index 8ad72ef..9227e87 100644
--- a/IRCSharp.Tests/IRCSharp.Tests.csproj
+++ b/IRCSharp.Tests/IRCSharp.Tests.csproj
@@ -6,7 +6,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
+    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
     <PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
     <PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
     <PackageReference Include="YamlDotNet" Version="11.2.1" />