Browse Source

系统自动修改

develop-lawyerExampaper
胡超1 2 years ago
parent
commit
f67ec0e6ff
  1. 3
      WebApplication1/WebApplication1.csproj
  2. 2
      WebApplication1/WebApplication1.csproj.user

3
WebApplication1/WebApplication1.csproj

@ -4,9 +4,12 @@
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>ae1f7aa6-e320-4393-ac3f-984b92923499</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.18.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.0.0" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="6.0.0" />
</ItemGroup> </ItemGroup>

2
WebApplication1/WebApplication1.csproj.user

@ -4,6 +4,6 @@
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor> <DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<ActiveDebugProfile>WebApplication1</ActiveDebugProfile> <ActiveDebugProfile>Docker</ActiveDebugProfile>
</PropertyGroup> </PropertyGroup>
</Project> </Project>
Loading…
Cancel
Save