Skip to content
Snippets Groups Projects
Commit 286532e8 authored by Sirieam Marie Hunke's avatar Sirieam Marie Hunke
Browse files

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

parent bb891447
Branches Issue/1910-MigrationtoNET6.0
Tags
2 merge requests!70Release: Sprint/2022 06 :robot:,!69Update: Migrated to .NET6.0 (coscine/issues#1910)
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<RootNamespace>ApiCommons.Tests</RootNamespace> <RootNamespace>ApiCommons.Tests</RootNamespace>
<AssemblyName>ApiCommons.Tests</AssemblyName> <AssemblyName>ApiCommons.Tests</AssemblyName>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\apicommons\ApiCommons.csproj" /> <ProjectReference Include="..\apicommons\ApiCommons.csproj" />
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<RootNamespace>Coscine.ApiCommons</RootNamespace> <RootNamespace>Coscine.ApiCommons</RootNamespace>
<AssemblyName>Coscine.ApiCommons</AssemblyName> <AssemblyName>Coscine.ApiCommons</AssemblyName>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<Version>2.1.3</Version> <Version>2.1.3</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment