Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp30</TargetFramework>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview5.19208.1</MicrosoftPrivateCoreFxNETCoreAppVersion>
  8. <MicrosoftNETCorePlatformsVersion>3.0.0-preview5.19208.1</MicrosoftNETCorePlatformsVersion>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <PackageReference Include="Microsoft.NETCore.Platforms">
  12. <Version>$(MicrosoftNETCorePlatformsVersion)</Version>
  13. </PackageReference>
  14. <PackageReference Include="Microsoft.Private.CoreFx.NETCoreApp">
  15. <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
  16. </PackageReference>
  17. <PackageReference Include="System.Text.Encoding.CodePages">
  18. <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
  19. </PackageReference>
  20. <PackageReference Include="System.Security.Cryptography.Pkcs">
  21. <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
  22. </PackageReference>
  23. </ItemGroup>
  24. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement