[MSBuild] Update to vs16.10 branch (#21073)
[mono-project.git] / eng / empty.csproj
blob0bd280da02f353ed4e41e14141b61b47c658f1e6
1 <Project Sdk="Microsoft.NET.Sdk">
3   <!-- This project exists purely to work around Arcade
4        behavior. Arcade knows how to restore tasks needed for
5        publishing to blob feeds, but it requires a project file that
6        imports nuget restore targets to be specified for this to
7        work. See details in
8        https://github.com/dotnet/arcade/commit/f657be5cb7cd4920334dd9162173b131211a1e17#r31728598.
9   -->
11   <PropertyGroup>
12     <TargetFramework>netcoreapp2.0</TargetFramework>
13   </PropertyGroup>
15 </Project>