1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-21 04:30:30 -05:00

update the project files even though the culprit was actually the publish file

This commit is contained in:
RaidMax
2019-10-08 16:47:36 -05:00
parent 8418ac612f
commit d5117e8958
13 changed files with 18 additions and 51 deletions

View File

@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TargetLatestRuntimePatch >true</TargetLatestRuntimePatch>
<RazorCompileOnBuild Condition="'$(CONFIG)'!='Debug'">true</RazorCompileOnBuild>
<RazorCompiledOnPublish Condition="'$(CONFIG)'!='Debug'">true</RazorCompiledOnPublish>
<Configurations>Debug;Release;Prerelease</Configurations>