We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b273c6a commit c4bc832Copy full SHA for c4bc832
ViewModels/ViewModels.csproj
@@ -6,12 +6,6 @@
6
<TargetFrameworks>netstandard2.0;net471</TargetFrameworks>
7
<WarningsAsErrors>true</WarningsAsErrors>
8
<LangVersion>latest</LangVersion>
9
-
10
- <!--
11
- see https://github.com/dotnet/corefx/issues/9788
12
- TODO: remove this once fully netstandard
13
- -->
14
- <AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81</AssetTargetFallback>
15
</PropertyGroup>
16
17
<PropertyGroup Condition="'$(TargetFramework)' == 'net471'">
0 commit comments