upgrade project tooling to .NET Core 3.1 (#2089)

This commit is contained in:
Brendan Forster
2020-02-09 12:34:34 -04:00
committed by GitHub
parent 911dd4a9c3
commit 8cf4d5840e
15 changed files with 52 additions and 18 deletions

9
Directory.Build.targets Normal file
View File

@@ -0,0 +1,9 @@
<Project>
<PropertyGroup>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
</PropertyGroup>
<ItemGroup>
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/>
</ItemGroup>
</Project>