Files
Claunia.Encoding/Claunia.Encoding.Tests/Claunia.Encoding.Tests.csproj

20 lines
819 B
XML
Raw Normal View History

2021-04-29 15:22:14 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{94C931C5-EA3A-4AB2-80F5-1BE083C237C3}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Claunia.Encoding.Tests</RootNamespace>
<AssemblyName>Claunia.Encoding.Tests</AssemblyName>
2021-04-29 15:22:14 +01:00
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
2021-04-30 12:16:26 +01:00
<ReleaseVersion>1.9</ReleaseVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Claunia.Encoding\Claunia.Encoding.csproj">
<Project>{85DA90BC-9F49-4579-B4D1-4FF2D5925D7F}</Project>
<Name>Claunia.Encoding</Name>
</ProjectReference>
</ItemGroup>
2017-10-12 21:16:04 +01:00
<ItemGroup>
2021-04-29 15:24:03 +01:00
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
2021-04-29 15:22:14 +01:00
<PackageReference Include="NUnit" Version="3.13.2" />
2017-10-12 21:16:04 +01:00
</ItemGroup>
</Project>