File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ImageResizeWebApp/ImageResizeWebApp Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<PropertyGroup >
8
- <TargetFramework >netcoreapp2.2 </TargetFramework >
8
+ <TargetFramework >netcoreapp2.1 </TargetFramework >
9
9
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
10
10
<TypeScriptToolsVersion >Latest</TypeScriptToolsVersion >
11
11
<AssetTargetFallback >$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback >
12
12
<IsPackable >false</IsPackable >
13
13
<!-- <PackageTargetFallback>portable-net45+win8</PackageTargetFallback> -->
14
14
<ApplicationIcon />
15
15
<OutputTypeEx >exe</OutputTypeEx >
16
- <StartupObject / >
16
+ <StartupObject ></ StartupObject >
17
17
</PropertyGroup >
18
18
19
19
<ItemGroup >
20
20
<PackageReference Include =" Azure.Storage.Blobs" Version =" 12.2.0" />
21
21
<PackageReference Include =" Azure.Storage.Common" Version =" 12.1.1" />
22
22
<PackageReference Include =" Microsoft.AspNetCore" Version =" 2.2.0" />
23
- <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.2.8 " />
23
+ <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.1.15 " />
24
24
<PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.2.0" />
25
25
<PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.2.0" />
26
26
<PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 3.1.1" >
You can’t perform that action at this time.
0 commit comments