1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

update projects to net47

This commit is contained in:
Kyle Spearrin
2017-11-16 11:01:49 -05:00
parent f18e517b1a
commit f2e2db52a1
6 changed files with 7 additions and 17 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<Version>1.14.2</Version>
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
<TargetFrameworks>netcoreapp2.0;net47</TargetFrameworks>
<RootNamespace>Bit.Api</RootNamespace>
<UserSecretsId>bitwarden-Api</UserSecretsId>
</PropertyGroup>
@ -15,7 +15,6 @@
<PackageReference Include="jsreport.AspNetCore" Version="1.0.0" />
<PackageReference Include="jsreport.Binary" Version="1.8.2" />
<PackageReference Include="jsreport.Local" Version="1.0.3" />
<PackageReference Include="System.Net.Http" Version="4.3.3" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.0" />
@ -25,11 +24,6 @@
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="2.0.2" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0" />
<DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="2.0.0" />