mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-06 08:46:39 +00:00
edit csproj
This commit is contained in:
parent
d857b06250
commit
5127922744
1 changed files with 6 additions and 2 deletions
|
|
@ -10,6 +10,11 @@
|
|||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<NoWarn>$(NoWarn);1591</NoWarn>
|
||||
</PropertyGroup>
|
||||
<Target Name="BeforeBuild">
|
||||
<ItemGroup>
|
||||
<Content Include="client/build/*" />
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<CustomCommands>
|
||||
<CustomCommands>
|
||||
|
|
@ -19,8 +24,7 @@
|
|||
</CustomCommands>
|
||||
</CustomCommands>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.0.2" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.2" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue