File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/TestAssets/TestProjects
DesktopAppWithLibrary-NonSDK/TestApp
DesktopAppWithLibrary-PackagesConfig/TestApp Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
<Compile Include =" **\*.cs" />
45
45
</ItemGroup >
46
46
<ItemGroup >
47
- <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" />
47
+ <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version = " 1.0.3 " />
48
48
</ItemGroup >
49
49
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
50
50
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Original file line number Diff line number Diff line change 98
98
<None Include =" packages.config" />
99
99
</ItemGroup >
100
100
<ItemGroup >
101
- <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" />
101
+ <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" version = " 1.0.3 " />
102
102
</ItemGroup >
103
103
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104
104
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
You can’t perform that action at this time.
0 commit comments