Skip to content

Commit b0b6192

Browse files
committed
Updated to matching packages
1 parent 0561553 commit b0b6192

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ImageResizeWebApp/ImageResizeWebApp/ImageResizeWebApp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
</PropertyGroup>
66

77
<PropertyGroup>
8-
<TargetFramework>netcoreapp2.2</TargetFramework>
8+
<TargetFramework>netcoreapp2.1</TargetFramework>
99
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
1010
<TypeScriptToolsVersion>Latest</TypeScriptToolsVersion>
1111
<AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback>
1212
<IsPackable>false</IsPackable>
1313
<!-- <PackageTargetFallback>portable-net45+win8</PackageTargetFallback> -->
1414
<ApplicationIcon />
1515
<OutputTypeEx>exe</OutputTypeEx>
16-
<StartupObject />
16+
<StartupObject></StartupObject>
1717
</PropertyGroup>
1818

1919
<ItemGroup>
2020
<PackageReference Include="Azure.Storage.Blobs" Version="12.2.0" />
2121
<PackageReference Include="Azure.Storage.Common" Version="12.1.1" />
2222
<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" />
2424
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
2525
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
2626
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.1">

0 commit comments

Comments
 (0)