We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acab0d commit ab87901Copy full SHA for ab87901
src/gitattributes.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk.Web">
+<Project Sdk="Microsoft.NET.Sdk.Web">
2
3
<PropertyGroup>
4
<VersionPrefix>1.2.0</VersionPrefix>
@@ -8,7 +8,7 @@
8
</PropertyGroup>
9
10
<ItemGroup>
11
- <PackageReference Include="Microsoft.AspNetCore.App" />
+ <PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.2" />
12
<PackageReference Include="NWebsec.AspNetCore.Middleware" Version="2.0.0" />
13
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.3.0" />
14
</ItemGroup>
src/global.json
@@ -0,0 +1,5 @@
+{
+ "sdk": {
+ "version": "2.1.300"
+ }
5
+}
0 commit comments