Update versions and downgrade minimum .NET Framework version to 4.0.

This commit is contained in:
2019-04-23 23:33:33 +01:00
parent 60596ec513
commit 2465b149ef
2 changed files with 6 additions and 10 deletions

View File

@@ -8,8 +8,8 @@
<OutputType>Library</OutputType>
<RootNamespace>Claunia.Encoding.Tests</RootNamespace>
<AssemblyName>Claunia.Encoding.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>1.6</ReleaseVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<ReleaseVersion>1.7</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>