mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
11 lines
251 B
XML
11 lines
251 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard1.5</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="Cosmos.Compiler.Tests.ExceptionsBoot.Cosmos" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|