empty.csproj 523 B

123456789101112131415
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <!-- This project exists purely to work around Arcade
  3. behavior. Arcade knows how to restore tasks needed for
  4. publishing to blob feeds, but it requires a project file that
  5. imports nuget restore targets to be specified for this to
  6. work. See details in
  7. https://github.com/dotnet/arcade/commit/f657be5cb7cd4920334dd9162173b131211a1e17#r31728598.
  8. -->
  9. <PropertyGroup>
  10. <TargetFramework>netcoreapp2.0</TargetFramework>
  11. </PropertyGroup>
  12. </Project>