Browse Source

Moved to .NET 6

Piotr Czajkowski 1 year ago
parent
commit
9509f5c11d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      ProcessFiles/ProcessFiles.csproj
  2. 1 1
      ProcessFilesTests/ProcessFilesTests.csproj

+ 1 - 1
ProcessFiles/ProcessFiles.csproj

@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <TargetFrameworks>net5</TargetFrameworks>
+    <TargetFrameworks>net6</TargetFrameworks>
     <Nullable>enable</Nullable>
   </PropertyGroup>
 

+ 1 - 1
ProcessFilesTests/ProcessFilesTests.csproj

@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <TargetFramework>net5</TargetFramework>
+    <TargetFramework>net6.0</TargetFramework>
 
     <IsPackable>false</IsPackable>
   </PropertyGroup>