This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
22 <ItemGroup >
33 <BundledDotnetTools Include =" dotnet-dev-certs" Version =" $(AspNetCoreVersion)" />
4+ <BundledDotnetTools Include =" dotnet-ef" Version =" $(AspNetCoreVersion)" ObsoletesCliTool =" Microsoft.EntityFrameworkCore.Tools.DotNet" />
45 <BundledDotnetTools Include =" dotnet-sql-cache" Version =" $(AspNetCoreVersion)" ObsoletesCliTool =" Microsoft.Extensions.Caching.SqlConfig.Tools" />
56 <BundledDotnetTools Include =" dotnet-user-secrets" Version =" $(AspNetCoreVersion)" ObsoletesCliTool =" Microsoft.Extensions.SecretManager.Tools" />
67 <BundledDotnetTools Include =" dotnet-watch" Version =" $(AspNetCoreVersion)" ObsoletesCliTool =" Microsoft.DotNet.Watcher.Tools" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
4- <MicrosoftAspNetCoreAppPackageVersion >2.1.0-preview2-30338 </MicrosoftAspNetCoreAppPackageVersion >
4+ <MicrosoftAspNetCoreAppPackageVersion >2.1.0-preview2-30431 </MicrosoftAspNetCoreAppPackageVersion >
55 <MicrosoftNETCoreAppPackageVersion >2.1.0-preview2-26314-02</MicrosoftNETCoreAppPackageVersion >
66 <MicrosoftNETCoreDotNetHostResolverPackageVersion >$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion >
77 <MicrosoftBuildPackageVersion >15.7.0-preview-000066</MicrosoftBuildPackageVersion >
Original file line number Diff line number Diff line change 2020 <![CDATA[
2121 <add key="BlobFeed" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
2222 <add key="templating" value="https://dotnet.myget.org/F/templating/api/v3/index.json" />
23- <add key="aspnetcore-dev " value="https://dotnet.myget.org/F/aspnetcore-dev /api/v3/index.json" />
23+ <add key="aspnetcore-release " value="https://dotnet.myget.org/F/aspnetcore-release /api/v3/index.json" />
2424 <add key="websdkfeed" value="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
2525 <add key="roslyn" value="https://dotnet.myget.org/f/roslyn/api/v3/index.json" />
2626 <add key="symreader-native" value="https://dotnet.myget.org/f/symreader-native/api/v3/index.json" />
You can’t perform that action at this time.
0 commit comments