Updating the SDK to an SDK that includes globing for source and resources implicitly.

This commit is contained in:
Livar Cunha 2017-01-04 14:17:43 -08:00 committed by Livar Cunha
parent dfb0a28224
commit 3a4e23e373
67 changed files with 55 additions and 327 deletions

View file

@ -6,11 +6,6 @@
<GeneratedPackageId>random-name</GeneratedPackageId>
</PropertyGroup>
<ItemGroup>
<Compile Include="**\*.cs" />
<EmbeddedResource Include="**\*.resx" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.App" Version="1.0.3" />
<DotNetCliToolReference Include="$(GeneratedPackageId)">

View file

@ -9,8 +9,6 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="**\*.cs" />
<EmbeddedResource Include="**\*.resx" />
<Content Include="$(OutputPath)\$(AssemblyName).runtimeconfig.json">
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)</PackagePath>