Skip to content

Commit

Permalink
try to fix sample apps deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nabinked committed Sep 24, 2019
1 parent 349015f commit 086fe01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/Noty/Noty.csproj
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<RuntimeFrameworkName>Microsoft.AspNetCore.App</RuntimeFrameworkName>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions samples/Toastr/Toastr.csproj
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<RuntimeFrameworkName>Microsoft.AspNetCore.App</RuntimeFrameworkName>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 086fe01

Please sign in to comment.