Skip to content

Commit

Permalink
Upgrade to .NET 7
Browse files Browse the repository at this point in the history
  • Loading branch information
adamenagy committed Feb 17, 2023
1 parent fb398a1 commit a6721a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion forgesample/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
"FORGE_CLIENT_SECRET": "-",
"ASPNETCORE_URLS": "http://localhost:3000",
"FORGE_CLIENT_ID": "-",
"FORGE_NICKNAME": "-",
"ASPNETCORE_ENVIRONMENT": "Development",
"FORGE_WEBHOOK_URL": "https://3240-193-151-121-18.ngrok.io"
"FORGE_WEBHOOK_URL": "https://b29c-193-151-121-61.ngrok.io"
},
"applicationUrl": "http://localhost:50000/"
}
Expand Down
2 changes: 1 addition & 1 deletion forgesample/forgesample.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Folder Include="wwwroot\bundles\" />
Expand Down
2 changes: 1 addition & 1 deletion forgesample/forgesample.csproj.user
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ActiveDebugProfile>IIS Express</ActiveDebugProfile>
<ActiveDebugProfile>forgesample</ActiveDebugProfile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
Expand Down
Binary file modified forgesample/wwwroot/bundles/UpdateIPTParam.bundle.zip
Binary file not shown.

0 comments on commit a6721a8

Please sign in to comment.