Merge pull request #1890 from xamarin/web-sample-dep-update
Update web sample to net5
This commit is contained in:
Коммит
8657192a89
|
@ -1,16 +1,16 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="AspNet.Security.OAuth.Apple" Version="3.0.0" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="3.1.2" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="3.1.2" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="3.1.2" />
|
||||
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.2" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.1" />
|
||||
<PackageReference Include="AspNet.Security.OAuth.Apple" Version="5.0.14" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="5.0.10" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="5.0.10" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="5.0.10" />
|
||||
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="5.0.0" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
Загрузка…
Ссылка в новой задаче