Implemented adding nginx conf file
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
||||
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
@ -7,9 +7,9 @@
|
||||
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.3" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.3" />
|
||||
<PackageReference Include="Radzen.Blazor" Version="2.5.8" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.5" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.5" />
|
||||
<PackageReference Include="Radzen.Blazor" Version="2.10.9" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user