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

Chore: 1.3.0

# [1.3.0](v1.2.0...v1.3.0) (2021-01-29)

## Update
* Support for .NET 5.0 added. Current Target Frameworks are .NET Framework 4.6.1 and .NET 5.0. (coscine/issues#1226)
parent 9df7397b
No related branches found
No related tags found
1 merge request!19Update product with master
{
"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.Logging</RootNamespace>
<AssemblyName>Coscine.Logging</AssemblyName>
<TargetFrameworks>net5.0;net461</TargetFrameworks>
</PropertyGroup>
<Version>1.3.0</Version></PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment