Browse Source

Merge pull request #459 from nickbabcock/bump-net

Update target framework from .net 6 to .net 8
Nick Babcock 6 months ago
parent
commit
ea802f450d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      OhmGraphite.Test/OhmGraphite.Test.csproj
  2. 1 1
      OhmGraphite/OhmGraphite.csproj

+ 1 - 1
OhmGraphite.Test/OhmGraphite.Test.csproj

@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
 <Project Sdk="Microsoft.NET.Sdk">
 
 
   <PropertyGroup>
   <PropertyGroup>
-    <TargetFramework>net6.0</TargetFramework>
+    <TargetFramework>net8.0</TargetFramework>
     <LangVersion>8</LangVersion>
     <LangVersion>8</LangVersion>
   </PropertyGroup>
   </PropertyGroup>
 
 

+ 1 - 1
OhmGraphite/OhmGraphite.csproj

@@ -2,7 +2,7 @@
 
 
   <PropertyGroup>
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <OutputType>Exe</OutputType>
-    <TargetFramework>net6.0</TargetFramework>
+    <TargetFramework>net8.0</TargetFramework>
     <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
     <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
     <PublishSingleFile>true</PublishSingleFile>
     <PublishSingleFile>true</PublishSingleFile>
     <SelfContained>true</SelfContained>
     <SelfContained>true</SelfContained>