1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-07-02 10:00:37 -05:00

update to .NET Core 2.1

fix bower repo deprecation
This commit is contained in:
RaidMax
2018-07-29 14:43:42 -05:00
parent 6fb99864b7
commit 3684ed2032
73 changed files with 86 additions and 73 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
<MvcRazorExcludeRefAssembliesFromPublish>false</MvcRazorExcludeRefAssembliesFromPublish>
<PackageId>RaidMax.IW4MAdmin.Application</PackageId>
<Version>2.1.1</Version>
@ -75,7 +75,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Update="Microsoft.NETCore.App" Version="2.0.7" />
<PackageReference Update="Microsoft.NETCore.App"/>
</ItemGroup>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">