Specificare la versione di .netcore in un progetto asp.net core

alll'interno del file .csproj può essere specificata la corretta versione del runtime

<PropertyGroup>
  <RuntimeFrameworkVersion>2.0.0</RuntimeFrameworkVersion>
  <PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest>
    <TargetFramework>netcoreapp2.0</TargetFramework>
  </PropertyGroup>

posted @ martedì 20 marzo 2018 14:52

Print
Comments have been closed on this topic.
«dicembre»
domlunmarmergiovensab
24252627282930
1234567
891011121314
15161718192021
22232425262728
2930311234