1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-02 08:33:17 +00:00

update to net471

This commit is contained in:
Kyle Spearrin
2017-12-26 22:38:04 -05:00
parent cde5b09943
commit ab5f1385c5
3 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net47</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net471</TargetFrameworks>
<RootNamespace>Bit.App</RootNamespace>
<AssemblyName>BitwardenApp</AssemblyName>
<NeutralLanguage>en-US</NeutralLanguage>