Skip to content

Commit 925bd82

Browse files
committed
Add version to PackageRef in non-SDK style project assets
1 parent d69e873 commit 925bd82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/TestAssets/TestProjects/DesktopAppWithLibrary-NonSDK/TestApp/TestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<Compile Include="**\*.cs" />
4545
</ItemGroup>
4646
<ItemGroup>
47-
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" />
47+
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
4848
</ItemGroup>
4949
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5050
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

test/TestAssets/TestProjects/DesktopAppWithLibrary-PackagesConfig/TestApp/TestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<None Include="packages.config" />
9999
</ItemGroup>
100100
<ItemGroup>
101-
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" />
101+
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" version="1.0.3" />
102102
</ItemGroup>
103103
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104104
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

0 commit comments

Comments
 (0)