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" >
2
2
<PropertyGroup >
3
3
<TargetFramework >net8.0-windows</TargetFramework >
4
4
<OutputType >WinExe</OutputType >
8
8
<EnableWindowsTargeting >true</EnableWindowsTargeting >
9
9
</PropertyGroup >
10
10
<ItemGroup >
11
+ <PackageReference Include =" Microsoft.CodeAnalysis.VisualBasic" Version =" 4.10.0" />
11
12
<PackageReference Include =" Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version =" 0.4.421302" PrivateAssets =" all" />
12
13
<PackageReference Include =" Microsoft.Windows.Compatibility" Version =" 8.0.7" />
13
14
</ItemGroup >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
10
10
<ItemGroup >
11
11
<PackageReference Include =" coverlet.collector" Version =" 6.0.2" PrivateAssets =" all" />
12
12
<PackageReference Include =" coverlet.msbuild" Version =" 6.0.2" PrivateAssets =" all" />
13
+ <PackageReference Include =" Microsoft.CodeAnalysis.VisualBasic" Version =" 4.10.0" />
13
14
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10.0" />
14
15
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
15
16
<PackageReference Include =" xunit" Version =" 2.9.0" />
You can’t perform that action at this time.
0 commit comments