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 adc8b6f commit 0c9559cCopy full SHA for 0c9559c
articles/azure-app-configuration/quickstart-aspnet-core-app.md
@@ -62,8 +62,8 @@ Open the *.csproj* file. Add a `UserSecretsId` element as shown here. You can us
62
63
#### [.NET Core 2.x](#tab/core2x)
64
65
- ```xml
66
- <Project Sdk="Microsoft.NET.Sdk.Web">
+```xml
+<Project Sdk="Microsoft.NET.Sdk.Web">
67
68
<PropertyGroup>
69
<TargetFramework>netcoreapp2.1</TargetFramework>
@@ -75,8 +75,9 @@ Open the *.csproj* file. Add a `UserSecretsId` element as shown here. You can us
75
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.1.2" PrivateAssets="All" />
76
</ItemGroup>
77
78
- </Project>
79
- ```
+</Project>
+```
80
+
81
#### [.NET Core 3.x](#tab/core3x)
82
83
```xml
0 commit comments