about summary refs log tree commit diff
path: root/Examples
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 /Examples
parent0d3586c1abd6c2914825484b438e70ef5ed3cc70 (diff)
remove netstandard2.1 from example console projects
Diffstat (limited to 'Examples')
-rw-r--r--Examples/States/States.csproj2
-rw-r--r--Examples/Tokens/Tokens.csproj2
2 files changed, 2 insertions, 2 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>