File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 65
65
</PropertyGroup >
66
66
67
67
<PropertyGroup >
68
- <SharedFrameworkName >Microsoft.NETCore .App</SharedFrameworkName >
68
+ <SharedFrameworkName >Microsoft.WindowsDesktop .App</SharedFrameworkName >
69
69
<NETCoreAppFrameworkIdentifier >.NETCoreApp</NETCoreAppFrameworkIdentifier >
70
70
<NETCoreAppFrameworkMoniker >$(NETCoreAppFrameworkIdentifier),Version=v$(NETCoreAppFrameworkVersion)</NETCoreAppFrameworkMoniker >
71
71
<NETCoreAppFrameworkBrandName >.NET Core $(NETCoreAppFrameworkVersion)</NETCoreAppFrameworkBrandName >
Original file line number Diff line number Diff line change 8
8
<PropertyGroup >
9
9
<ShortFrameworkName >windowsdesktop</ShortFrameworkName >
10
10
11
- <FrameworkPackageName >Microsoft.WindowsDesktop.App </FrameworkPackageName >
11
+ <FrameworkPackageName >$(SharedFrameworkName) </FrameworkPackageName >
12
12
13
13
<VSInsertionProductName >WindowsDesktop</VSInsertionProductName >
14
14
You can’t perform that action at this time.
0 commit comments