File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
windowsforms/helloworld-sharedsource Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFramework >net48</TargetFramework >
4
4
<OutputType >WinExe</OutputType >
13
13
<ItemGroup >
14
14
<PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
15
15
<PackageReference Include =" System.Data.DataSetExtensions" Version =" 4.5.0" />
16
- <PackageReference Include =" Microsoft.Windows.Compatibility" Version =" 6.0.0 " />
16
+ <PackageReference Include =" Microsoft.Windows.Compatibility" Version =" 6.0.6 " />
17
17
</ItemGroup >
18
18
<Import Project =" ..\SharedProject1\SharedProject1.projitems" Label =" Shared" />
19
19
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFramework >net48</TargetFramework >
4
4
<OutputType >Library</OutputType >
13
13
<ItemGroup >
14
14
<PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
15
15
<PackageReference Include =" System.Data.DataSetExtensions" Version =" 4.5.0" />
16
- <PackageReference Include =" Microsoft.Windows.Compatibility" Version =" 6.0.0 " />
16
+ <PackageReference Include =" Microsoft.Windows.Compatibility" Version =" 6.0.6 " />
17
17
</ItemGroup >
18
18
</Project >
You can’t perform that action at this time.
0 commit comments