File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/Microsoft.OpenApi.Workbench
test/Microsoft.OpenApi.SmokeTests Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFramework >net8.0-windows</TargetFramework >
44 <OutputType >WinExe</OutputType >
88 <EnableWindowsTargeting >true</EnableWindowsTargeting >
99 </PropertyGroup >
1010 <ItemGroup >
11+ <PackageReference Include =" Microsoft.CodeAnalysis.VisualBasic" Version =" 4.10.0" />
1112 <PackageReference Include =" Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version =" 0.4.421302" PrivateAssets =" all" />
1213 <PackageReference Include =" Microsoft.Windows.Compatibility" Version =" 8.0.7" />
1314 </ItemGroup >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net8.0</TargetFramework >
1010 <ItemGroup >
1111 <PackageReference Include =" coverlet.collector" Version =" 6.0.2" PrivateAssets =" all" />
1212 <PackageReference Include =" coverlet.msbuild" Version =" 6.0.2" PrivateAssets =" all" />
13+ <PackageReference Include =" Microsoft.CodeAnalysis.VisualBasic" Version =" 4.10.0" />
1314 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10.0" />
1415 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
1516 <PackageReference Include =" xunit" Version =" 2.9.0" />
You can’t perform that action at this time.
0 commit comments