vs2017创建支持多框架(net4.6.1;net4.6.2;netstandard2.0;netcoreapp2.0)版本
Posted 吃喝玩乐
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vs2017创建支持多框架(net4.6.1;net4.6.2;netstandard2.0;netcoreapp2.0)版本相关的知识,希望对你有一定的参考价值。
1、新建netcore或netstandard或net4.6.1项目
2、编辑项目文件:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net4.6.1;net4.6.2;netstandard2.0;netcoreapp2.0</TargetFrameworks>
</PropertyGroup>
</Project>
以上是关于vs2017创建支持多框架(net4.6.1;net4.6.2;netstandard2.0;netcoreapp2.0)版本的主要内容,如果未能解决你的问题,请参考以下文章
安装 VS 2015.1 / .NET 4.6.1 后 Silverlight 5 SDK SLSvcUtil 错误