about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Examples/States/States.csproj2
-rw-r--r--Examples/Tokens/Tokens.csproj2
-rw-r--r--IRCSharp.Tests/IRCSharp.Tests.csproj2
3 files changed, 3 insertions, 3 deletions
diff --git a/Examples/States/States.csproj b/Examples/States/States.csproj
index 2261c41..8c69197 100644
--- a/Examples/States/States.csproj
+++ b/Examples/States/States.csproj
@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
+    <TargetFramework>net6.0</TargetFramework>
   </PropertyGroup>
 
   <ItemGroup>
diff --git a/Examples/Tokens/Tokens.csproj b/Examples/Tokens/Tokens.csproj
index 72760ef..f852d06 100644
--- a/Examples/Tokens/Tokens.csproj
+++ b/Examples/Tokens/Tokens.csproj
@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
+    <TargetFramework>net6.0</TargetFramework>
   </PropertyGroup>
 
   <ItemGroup>
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" />