about summary refs log tree commit diff
path: root/Examples
diff options
context:
space:
mode:
Diffstat (limited to 'Examples')
-rw-r--r--Examples/States/StatesSample.csproj2
-rw-r--r--Examples/Tokens/TokensSample.csproj2
2 files changed, 2 insertions, 2 deletions
diff --git a/Examples/States/StatesSample.csproj b/Examples/States/StatesSample.csproj
index 75b83cc..cafac01 100644
--- a/Examples/States/StatesSample.csproj
+++ b/Examples/States/StatesSample.csproj
@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFramework>netcoreapp3.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
   </PropertyGroup>
 
   <ItemGroup>
diff --git a/Examples/Tokens/TokensSample.csproj b/Examples/Tokens/TokensSample.csproj
index 6dbcdcf..0555b32 100644
--- a/Examples/Tokens/TokensSample.csproj
+++ b/Examples/Tokens/TokensSample.csproj
@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFramework>netcoreapp3.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
   </PropertyGroup>
 
   <ItemGroup>