Skip to content

Commit

Permalink
update sample projects
Browse files Browse the repository at this point in the history
  • Loading branch information
nabinked committed Aug 5, 2019
1 parent a469581 commit 24f631e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.2.1" />
<PackageReference Include="Microsoft.AspNetCore.All"/>
<PackageReference Include="OdeToCode.AddFeatureFolders" Version="2.0.3" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="NToastNotify" Version="5.0.9" />
<PackageReference Include="NToastNotify" Version="5.0.12" />
<!--<ProjectReference Include="..\..\src\NToastNotify.csproj" />-->
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion sample/NToastNotify.Toastr/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:50167"
"applicationUrl": "http://localhost:50166"
}
}
}
4 changes: 2 additions & 2 deletions sample/NToastNotify.Toastr/Toastr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.2.1" />
<PackageReference Include="Microsoft.AspNetCore.All" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="NToastNotify" Version="5.0.9" />
<PackageReference Include="NToastNotify" Version="5.0.12" />
<!--<ProjectReference Include="..\..\src\NToastNotify.csproj" />-->
</ItemGroup>
</Project>

0 comments on commit 24f631e

Please sign in to comment.