mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
15185de56f
fixes #1218
11 lines
395 B
XML
11 lines
395 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="..\Assets\Mirror\Runtime\**\*.cs"/>
|
|
<Compile Include="..\Assets\Mirror\Components\**\*.cs"/>
|
|
<Compile Remove="..\Assets\Mirror\Runtime\Transport\Websocket\Ninja.Websockets\**"/>
|
|
</ItemGroup>
|
|
</Project> |