47bfd91071
This lets us "pack" the solution instead of listing out each project individually, since projects know themselves whether they should be packable.
10 lines
213 B
XML
10 lines
213 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
<IsPackable>false</IsPackable>
|
|
<IsTestProject>false</IsTestProject>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|