Skip to content

Commit 0c9559c

Browse files
committed
Final edits, read for review.
1 parent adc8b6f commit 0c9559c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/azure-app-configuration/quickstart-aspnet-core-app.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ Open the *.csproj* file. Add a `UserSecretsId` element as shown here. You can us
6262
6363
#### [.NET Core 2.x](#tab/core2x)
6464

65-
```xml
66-
<Project Sdk="Microsoft.NET.Sdk.Web">
65+
```xml
66+
<Project Sdk="Microsoft.NET.Sdk.Web">
6767

6868
<PropertyGroup>
6969
<TargetFramework>netcoreapp2.1</TargetFramework>
@@ -75,8 +75,9 @@ Open the *.csproj* file. Add a `UserSecretsId` element as shown here. You can us
7575
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.1.2" PrivateAssets="All" />
7676
</ItemGroup>
7777

78-
</Project>
79-
```
78+
</Project>
79+
```
80+
8081
#### [.NET Core 3.x](#tab/core3x)
8182

8283
```xml

0 commit comments

Comments
 (0)