1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 18:20:26 +09:00
Satori/eng/empty.csproj
Jan Kotas ab7ef9b292
CoreCLR versions cleanup (#35327)
- Use current version numbers everywhere
- Use product version (e.g. 5.0.0) for all user facing versions
- Use file version (e.g. 5.0.20.21010) only when the exact version information is required
- Reduce number of layers of version macro definitions
2020-04-25 05:32:49 -07:00

17 lines
566 B
XML

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