Skip to content

Commit cb789e1

Browse files
committed
035_NancyFX_To_Core_Migration
1 parent 3b0e486 commit cb789e1

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net8.0</TargetFramework>
5+
<Nullable>enable</Nullable>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
<RootNamespace>_035_NancyFX_To_Core_Migration</RootNamespace>
8+
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
12+
</ItemGroup>
13+
14+
<ItemGroup>
15+
<Folder Include="Controllers\" />
16+
</ItemGroup>
17+
18+
</Project>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@_035_NancyFX_To_Core_Migration_HostAddress = http://localhost:5099
2+
3+
GET {{_035_NancyFX_To_Core_Migration_HostAddress}}/weatherforecast/
4+
Accept: application/json
5+
6+
###
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.11.35222.181
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "035_NancyFX_To_Core_Migration", "035_NancyFX_To_Core_Migration.csproj", "{F3387FFC-2758-44D8-912B-D8A223A8613F}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{F3387FFC-2758-44D8-912B-D8A223A8613F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{F3387FFC-2758-44D8-912B-D8A223A8613F}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{F3387FFC-2758-44D8-912B-D8A223A8613F}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{F3387FFC-2758-44D8-912B-D8A223A8613F}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {A15BA64C-8AA1-4DBA-ADCC-696B847896F8}
24+
EndGlobalSection
25+
EndGlobal

0 commit comments

Comments
 (0)