We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01784e4 commit fd4c368Copy full SHA for fd4c368
test/Microsoft.OpenApi.Tests/Microsoft.OpenApi.Tests.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFramework>net8.0</TargetFramework>
4
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
@@ -51,6 +51,10 @@
51
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
52
</None>
53
54
+ <None Update="Models\Samples\docWithSecurityScheme.yaml">
55
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
56
+ </None>
57
+
58
<None Update="PublicApi\PublicApi.approved.txt" CopyToOutputDirectory="Always" />
59
</ItemGroup>
60
</Project>
0 commit comments