Skip to content

Commit

Permalink
add small api toolkit nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
Gramli committed Sep 11, 2024
1 parent f66b34c commit 451eb7e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 18 deletions.
12 changes: 0 additions & 12 deletions src/Weather.API.sln
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HttpDebug", "HttpDebug", "{
Tests\HttpDebug\debug-tests.http = Tests\HttpDebug\debug-tests.http
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmallApiToolkit", "..\..\SmallApiToolkit\src\SmallApiToolkit\SmallApiToolkit.csproj", "{EC8B1CA5-AC84-42C3-8929-091D2EECA74F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmallApiToolkit.Core", "..\..\SmallApiToolkit\src\SmallApiToolkit.Core\SmallApiToolkit.Core.csproj", "{E31BFF9D-9C2A-4D4B-96B0-9261D67083EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -108,14 +104,6 @@ Global
{501B5489-717D-49E3-940B-99DDA39F278F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{501B5489-717D-49E3-940B-99DDA39F278F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{501B5489-717D-49E3-940B-99DDA39F278F}.Release|Any CPU.Build.0 = Release|Any CPU
{EC8B1CA5-AC84-42C3-8929-091D2EECA74F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC8B1CA5-AC84-42C3-8929-091D2EECA74F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC8B1CA5-AC84-42C3-8929-091D2EECA74F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC8B1CA5-AC84-42C3-8929-091D2EECA74F}.Release|Any CPU.Build.0 = Release|Any CPU
{E31BFF9D-9C2A-4D4B-96B0-9261D67083EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E31BFF9D-9C2A-4D4B-96B0-9261D67083EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E31BFF9D-9C2A-4D4B-96B0-9261D67083EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E31BFF9D-9C2A-4D4B-96B0-9261D67083EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion src/Weather.API/Weather.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<ItemGroup>
<PackageReference Include="Ardalis.GuardClauses" Version="4.2.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
<PackageReference Include="SmallApiToolkit" Version="1.0.0.5" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\SmallApiToolkit\src\SmallApiToolkit\SmallApiToolkit.csproj" />
<ProjectReference Include="..\Weather.Core\Weather.Core.csproj" />
<ProjectReference Include="..\Weather.Domain\Weather.Domain.csproj" />
<ProjectReference Include="..\Weather.Infrastructure\Weather.Infrastructure.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Weather.API/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"AllowedHosts": "*",
"Weatherbit": {
"BaseUrl": "https://weatherbit-v1-mashape.p.rapidapi.com",
"XRapidAPIKey": "eb5356699fmshb18e9ea3414122dp1ae825jsnf0e1b81e88d8",
"XRapidAPIKey": "",
"XRapidAPIHost": "weatherbit-v1-mashape.p.rapidapi.com"
}
}
1 change: 1 addition & 0 deletions src/Weather.Core/Weather.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PackageReference Include="Ardalis.GuardClauses" Version="4.2.0" />
<PackageReference Include="FluentResults" Version="3.15.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageReference Include="SmallApiToolkit.Core" Version="1.0.0.5" />
<PackageReference Include="Validot" Version="2.4.1" />
</ItemGroup>

Expand Down
4 changes: 0 additions & 4 deletions src/Weather.Domain/Weather.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
<PackageReference Include="FluentResults" Version="3.15.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\SmallApiToolkit\src\SmallApiToolkit.Core\SmallApiToolkit.Core.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Update="Resources\ErrorLogMessages.Designer.cs">
<DesignTime>True</DesignTime>
Expand Down

0 comments on commit 451eb7e

Please sign in to comment.