File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
test/Microsoft.OpenApi.Trimming.Tests Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 44 <TargetFramework >net8.0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
7+ <PublishTrimmed >true</PublishTrimmed >
78 <PublishAot >true</PublishAot >
89 <TrimmerSingleWarn >false</TrimmerSingleWarn >
910 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
1415 <ItemGroup >
1516 <ProjectReference Include =" ..\..\src\Microsoft.OpenApi\Microsoft.OpenApi.csproj" />
1617 <TrimmerRootAssembly Include =" Microsoft.OpenApi" />
17- <!-- TODO: Microsoft.OpenApi.Readers has not been configured for native AoT. -->
18+ <ProjectReference Include =" ..\..\src\Microsoft.OpenApi.Readers\Microsoft.OpenApi.Readers.csproj" />
19+ <TrimmerRootAssembly Include =" Microsoft.OpenApi.Readers" />
1820 </ItemGroup >
1921
2022</Project >
You can’t perform that action at this time.
0 commit comments