- C# 7 and .NET Core 2.0 High Performance
- Ovais Mehboob Ahmed Khan
- 61字
- 2021-08-27 18:47:07
4. Update .NET Core CLI
.NET Core CLI is also an important section in your .NET Core project file. When migrating, you have to upgrade the version of DotNetCliToolReference to 2.0.0, which is shown as follows:
<ItemGroup> <DotNetCliToolReference Include=
"Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0" /> </ItemGroup>
There might be more tools added depending on whether you are using Entity Framework Core, User Secrets, and others. You have to update their versions.
推薦閱讀
- 數據挖掘原理與實踐
- 數據庫基礎與應用:Access 2010
- 文本數據挖掘:基于R語言
- 區塊鏈通俗讀本
- Creating Dynamic UIs with Android Fragments(Second Edition)
- Hands-On Mathematics for Deep Learning
- Oracle RAC日記
- 智慧的云計算
- 新手學會計(2013-2014實戰升級版)
- 深入理解InfluxDB:時序數據庫詳解與實踐
- 云工作時代:科技進化必將帶來的新工作方式
- 數據應用工程:方法論與實踐
- 大數據測試技術:數據采集、分析與測試實踐(在線實驗+在線自測)
- 云原生架構:從技術演進到最佳實踐
- Practical Convolutional Neural Networks