Skip to content
Snippets Groups Projects

Update: Migrated to .NET6.0 (coscine/issues#1910)

Merged Sirieam Marie Hunke requested to merge Issue/1910-MigrationtoNET6.0 into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>Coscine.CodeGen</AssemblyName>
<RootNamespace>Coscine.CodeGen</RootNamespace>
</PropertyGroup>
Loading