Generate AssemblyInfos, get rid of App.config, and change NuGet package to global tool

This commit is contained in:
Kevin Pilch
2018-12-02 16:22:07 -08:00
parent 8e6a0ea916
commit b7293a15f7
11 changed files with 25 additions and 193 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="xunit" Version="2.4.1" />
</ItemGroup>
</Project>