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 b53fed8 commit b3dd77eCopy full SHA for b3dd77e
surveyjs-aspnet-mvc.csproj
@@ -1,15 +1,15 @@
1
<Project Sdk="Microsoft.NET.Sdk.Web">
2
3
<PropertyGroup>
4
- <TargetFramework>netcoreapp2.0</TargetFramework>
+ <TargetFramework>netcoreapp2.1</TargetFramework>
5
</PropertyGroup>
6
7
<ItemGroup>
8
<Folder Include="wwwroot\" />
9
</ItemGroup>
10
11
12
- <PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
+ <PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.5" />
13
14
15
0 commit comments