Skip to content

Commit 02d31da

Browse files
authored
Fix a missed TFM in a sample app. Possibly a bad merge. (microsoft#2210)
1 parent d53bfb3 commit 02d31da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/CoreAnimationTest/CoreAnimationTest.vsimporter/CoreAnimationTest-WinStore10/CoreAnimationTest.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271

272272
<!-- Begin NuGet Section -->
273273
<PropertyGroup>
274-
<TargetFrameworkMoniker>uap10.0</TargetFrameworkMoniker>
274+
<TargetFramework>uap10.0</TargetFramework>
275275
</PropertyGroup>
276276
<ItemGroup>
277277
<PackageReference Include="WinObjC.Frameworks" Version="*" />

0 commit comments

Comments
 (0)