mirror of
https://github.com/docker/awesome-compose.git
synced 2025-11-22 00:15:42 +01:00
Migrate aspnet-mssql sample to .NET 5 🚀 (#143)
* Updated MVC app to .NET 5 Signed-off-by: GitHub <noreply@github.com> * Added SQL Server health check Signed-off-by: GitHub <noreply@github.com> * Updated README.md files with ASP.NET samples Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
committed by
GitHub
parent
c8370c40c6
commit
6ba8ef4937
11
aspnet-mssql/app/aspnetapp/aspnetapp.csproj
Executable file → Normal file
11
aspnet-mssql/app/aspnetapp/aspnetapp.csproj
Executable file → Normal file
@@ -1,12 +1,5 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<UserSecretsId>31051026529000467138</UserSecretsId>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.App" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user