You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-15 22:56:30 +09:00
add multi-targeted SLN (.net 4.0, .net 4.5, .net 4.6, .net 4.6.1, .net 4.6.2, .net standard 2.0) and unit tests (.net 4.6 and .net core 2.0)
This commit is contained in:
21
UnitTests.Core/UnitTests.Core.csproj
Normal file
21
UnitTests.Core/UnitTests.Core.csproj
Normal file
@@ -0,0 +1,21 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="..\UnitTests\BitVectorTests.cs" Link="BitVectorTests.cs" />
|
||||
<Compile Include="..\UnitTests\EncryptionTests.cs" Link="EncryptionTests.cs" />
|
||||
<Compile Include="..\UnitTests\MiscTests.cs" Link="MiscTests.cs" />
|
||||
<Compile Include="..\UnitTests\NetQueueTests.cs" Link="NetQueueTests.cs" />
|
||||
<Compile Include="..\UnitTests\Program.cs" Link="Program.cs" />
|
||||
<Compile Include="..\UnitTests\ReadWriteTests.cs" Link="ReadWriteTests.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Lidgren.Network.MultiTarget\Lidgren.Network.MultiTarget.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user