Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit a7da3a3

Browse files
authored
Merge pull request microsoft#1754 from microsoft/is/update-missing-pkg
Add missing nuget lib refs
2 parents 8e8269c + 293e6c2 commit a7da3a3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/Microsoft.OpenApi.Workbench/Microsoft.OpenApi.Workbench.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net8.0-windows</TargetFramework>
44
<OutputType>WinExe</OutputType>
@@ -8,6 +8,7 @@
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>

test/Microsoft.OpenApi.SmokeTests/Microsoft.OpenApi.SmokeTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>

0 commit comments

Comments
 (0)