File tree Expand file tree Collapse file tree 4 files changed +23
-6
lines changed Expand file tree Collapse file tree 4 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 11
11
<PackageVersion Include =" GitHubActionsTestLogger" Version =" 2.4.1" />
12
12
<PackageVersion Include =" MartinCostello.Logging.XUnit.v3" Version =" 0.5.1" />
13
13
<PackageVersion Include =" MartinCostello.Testing.AwsLambdaTestServer" Version =" 0.9.0" />
14
- <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10.0.0-preview.1.25120.3 " />
15
- <PackageVersion Include =" Microsoft.AspNetCore.OpenApi" Version =" 10.0.0-preview.1.25120.3 " />
16
- <PackageVersion Include =" Microsoft.Extensions.Caching.Memory" Version =" 10.0.0-preview.1.25080.5 " />
14
+ <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10.0.0-preview.2.25164.1 " />
15
+ <PackageVersion Include =" Microsoft.AspNetCore.OpenApi" Version =" 10.0.0-preview.2.25164.1 " />
16
+ <PackageVersion Include =" Microsoft.Extensions.Caching.Memory" Version =" 10.0.0-preview.2.25163.2 " />
17
17
<PackageVersion Include =" Microsoft.ICU.ICU4C.Runtime" Version =" 72.1.0.3" />
18
18
<PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0" />
19
- <PackageVersion Include =" Microsoft.OpenApi" Version =" 2.0.0-preview5 " />
19
+ <PackageVersion Include =" Microsoft.OpenApi" Version =" 2.0.0-preview7 " />
20
20
<PackageVersion Include =" Microsoft.Playwright" Version =" 1.51.0" />
21
21
<PackageVersion Include =" Microsoft.Toolkit.HighPerformance" Version =" 7.1.2" />
22
22
<PackageVersion Include =" Microsoft.TypeScript.MSBuild" Version =" 5.8.1" />
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 10.0.100-preview.1.25120.13 " ,
3
+ "version" : " 10.0.100-preview.2.25164.34 " ,
4
4
"allowPrerelease" : false ,
5
5
"rollForward" : " latestMajor" ,
6
6
"paths" : [ " .dotnet" , " $host$" ],
Original file line number Diff line number Diff line change 25
25
<ItemGroup >
26
26
<PackageReference Include =" Amazon.Lambda.AspNetCoreServer.Hosting" />
27
27
<PackageReference Include =" Amazon.Lambda.RuntimeSupport" />
28
- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" />
28
+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" GeneratePathProperty = " true " />
29
29
<PackageReference Include =" Microsoft.TypeScript.MSBuild" PrivateAssets =" all" />
30
30
<PackageReference Include =" RazorSlices" />
31
31
</ItemGroup >
60
60
<RuntimeHostConfigurationOption Condition =" '%(PackageVersion.Identity)' == 'Microsoft.ICU.ICU4C.Runtime' " Include =" System.Globalization.AppLocalIcu" Value =" %(PackageVersion.Version)" />
61
61
</ItemGroup >
62
62
</Target >
63
+ <!--
64
+ HACK Workaround for https://github.com/dotnet/aspnetcore/issues/61037
65
+ -->
66
+ <Target Name =" DisableCompileTimeOpenApiXmlGenerator" BeforeTargets =" CoreCompile" >
67
+ <ItemGroup >
68
+ <Analyzer Remove =" $(PkgMicrosoft_AspNetCore_OpenApi)\analyzers\dotnet\cs\Microsoft.AspNetCore.OpenApi.SourceGenerators.dll" />
69
+ </ItemGroup >
70
+ </Target >
63
71
</Project >
Original file line number Diff line number Diff line change 20
20
<PackageReference Include =" MartinCostello.Logging.XUnit.v3" />
21
21
<PackageReference Include =" MartinCostello.Testing.AwsLambdaTestServer" />
22
22
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" />
23
+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" GeneratePathProperty =" true" />
23
24
<PackageReference Include =" Microsoft.NET.Test.Sdk" />
24
25
<PackageReference Include =" Microsoft.Playwright" />
25
26
<PackageReference Include =" Shouldly" />
26
27
<PackageReference Include =" xunit.runner.visualstudio" />
27
28
<PackageReference Include =" xunit.v3" />
28
29
</ItemGroup >
30
+ <!--
31
+ HACK Workaround for https://github.com/dotnet/aspnetcore/issues/61037
32
+ -->
33
+ <Target Name =" DisableCompileTimeOpenApiXmlGenerator" BeforeTargets =" CoreCompile" >
34
+ <ItemGroup >
35
+ <Analyzer Remove =" $(PkgMicrosoft_AspNetCore_OpenApi)\analyzers\dotnet\cs\Microsoft.AspNetCore.OpenApi.SourceGenerators.dll" />
36
+ </ItemGroup >
37
+ </Target >
29
38
</Project >
You can’t perform that action at this time.
0 commit comments