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