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
3 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline

Files

@@ -3,7 +3,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Coscine.Configuration</RootNamespace>
<AssemblyName>Coscine.Configuration</AssemblyName>
<TargetFrameworks>net5.0;net461</TargetFrameworks>
<TargetFrameworks>net6.0;net461</TargetFrameworks>
<Version>2.0.0</Version>
</PropertyGroup>
<PropertyGroup>
@@ -23,6 +23,6 @@
<None Include="Coscine.Configuration.Key.snk" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Consul" Version="1.6.1.1" />
<PackageReference Include="Consul" Version="1.6.10.4" />
</ItemGroup>
</Project>
\ No newline at end of file
Loading