Skip to content
Snippets Groups Projects
Commit 07153e87 authored by CoscineBot's avatar CoscineBot :gear:
Browse files

Chore: 1.6.0

# [1.6.0](v1.5.0...v1.6.0) (2021-02-01)

## Update
* Support for .NET 5.0 added. Current Target Frameworks are .NET Framework 4.6.1 and .NET 5.0. (coscine/issues#1226)
parent bb3ed5cc
No related branches found
No related tags found
No related merge requests found
{
"version": 1,
"isRoot": true,
"tools": {
"gitversion.tool": {
"version": "5.6.4",
"commands": [
"dotnet-gitversion"
]
},
"dotnet-version-cli": {
"version": "2.1.1",
"commands": [
"dotnet-version"
]
}
}
}
\ No newline at end of file
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>Coscine.Metadata</RootNamespace>
<AssemblyName>Coscine.Metadata</AssemblyName>
<TargetFrameworks>net5.0;net461</TargetFrameworks>
</PropertyGroup>
<Version>1.6.0</Version></PropertyGroup>
<ItemGroup>
<PackageReference Include="Consul" Version="1.6.1.1" />
<PackageReference Include="Coscine.Configuration" Version="*-*" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment