We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc4bd5f commit 1f8b144Copy full SHA for 1f8b144
2 files changed
.devcontainer/devcontainer.json
@@ -15,8 +15,8 @@
15
"ghcr.io/devcontainers/features/common-utils:2": {},
16
"ghcr.io/devcontainers/features/dotnet:2": {
17
"version": "none",
18
- "dotnetRuntimeVersions": "8.0",
19
- "aspNetCoreRuntimeVersions": "8.0"
+ "dotnetRuntimeVersions": "10.0",
+ "aspNetCoreRuntimeVersions": "10.0"
20
}
21
},
22
"customizations": {
SampleApp/BackEnd/BackEnd.csproj
@@ -9,7 +9,7 @@
9
10
<ItemGroup>
11
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.*" />
12
- <PackageReference Include="Scalar.AspNetCore" Version="2.0.*" />
+ <PackageReference Include="Scalar.AspNetCore" Version="2.*" />
13
</ItemGroup>
14
</Project>
0 commit comments