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

update to net471

This commit is contained in:
Kyle Spearrin
2017-12-26 22:34:51 -05:00
parent ff1b85505d
commit d450684144
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net47</TargetFramework>
<TargetFramework>net471</TargetFramework>
<RootNamespace>Bit.Function</RootNamespace>
</PropertyGroup>
<ItemGroup>