Skip to content

Commit 7d60ff9

Browse files
committed
used WebApiToolkit of version 1.3.0
1 parent 0db171f commit 7d60ff9

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

WeatherControl/Wissance.WeatherControl.EdgeDb.Data/Wissance.WeatherControl.EdgeDb.Data.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77

88
<ItemGroup>
99
<PackageReference Include="EdgeDB.Net.Driver" Version="1.0.4" />
10-
<!--<PackageReference Include="Wissance.WebApiToolkit" Version="1.2.2" />-->
10+
<PackageReference Include="Wissance.WebApiToolkit" Version="1.3.0" />
1111
</ItemGroup>
12-
12+
13+
<!--
1314
<ItemGroup>
1415
<Reference Include="Wissance.WebApiToolkit.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
1516
<HintPath>..\..\..\WebApiToolkit\Wissance.WebApiToolkit\Wissance.WebApiToolkit\bin\Release\netcoreapp3.1\Wissance.WebApiToolkit.Data.dll</HintPath>
1617
</Reference>
1718
</ItemGroup>
19+
-->
1820

1921
</Project>

WeatherControl/Wissance.WeatherControl.Ef.Data/Wissance.WeatherControl.Ef.Data.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<!--<PackageReference Include="Wissance.WebApiToolkit" Version="1.2.2" />-->
9+
<PackageReference Include="Wissance.WebApiToolkit" Version="1.3.0" />
1010
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.2" />
1111
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.2" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="5.0.2" />
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.2" />
1414
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.2" />
1515
</ItemGroup>
16-
16+
17+
<!--
1718
<ItemGroup>
1819
<Reference Include="Wissance.WebApiToolkit.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
1920
<HintPath>..\..\..\WebApiToolkit\Wissance.WebApiToolkit\Wissance.WebApiToolkit\bin\Release\netcoreapp3.1\Wissance.WebApiToolkit.Data.dll</HintPath>
2021
</Reference>
2122
</ItemGroup>
22-
23+
-->
2324
</Project>

WeatherControl/Wissance.WeatherControl.WebApi.V2/Wissance.WeatherControl.WebApi.V2.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0" />
1212
<PackageReference Include="Serilog.Settings.Configuration" Version="3.3.0" />
1313
<PackageReference Include="Serilog.Sinks.RollingFile" Version="3.3.0" />
14-
<!--<PackageReference Include="Wissance.WebApiToolkit" Version="1.2.2" />-->
14+
<PackageReference Include="Wissance.WebApiToolkit" Version="1.3.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup>
1818
<ProjectReference Include="..\Wissance.WeatherControl.Dto.V2\Wissance.WeatherControl.Dto.V2.csproj" />
1919
<ProjectReference Include="..\Wissance.WeatherControl.EdgeDb.Data\Wissance.WeatherControl.EdgeDb.Data.csproj" />
2020
</ItemGroup>
21-
21+
<!--
2222
<ItemGroup>
2323
<Reference Include="Wissance.WebApiToolkit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
2424
<HintPath>..\..\..\WebApiToolkit\Wissance.WebApiToolkit\Wissance.WebApiToolkit\bin\Release\netcoreapp3.1\Wissance.WebApiToolkit.dll</HintPath>
@@ -30,5 +30,5 @@
3030
<HintPath>..\..\..\WebApiToolkit\Wissance.WebApiToolkit\Wissance.WebApiToolkit\bin\Release\netcoreapp3.1\Wissance.WebApiToolkit.Dto.dll</HintPath>
3131
</Reference>
3232
</ItemGroup>
33-
33+
-->
3434
</Project>

WeatherControl/Wissance.WeatherControl/Wissance.WeatherControl.WebApi.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0" />
1414
<PackageReference Include="Serilog.Settings.Configuration" Version="3.3.0" />
1515
<PackageReference Include="Serilog.Sinks.RollingFile" Version="3.3.0" />
16-
<!--<PackageReference Include="Wissance.WebApiToolkit" Version="1.2.2" />-->
16+
<PackageReference Include="Wissance.WebApiToolkit" Version="1.3.0" />
1717
</ItemGroup>
1818

1919
<ItemGroup>
2020
<ProjectReference Include="..\Wissance.WeatherControl.Ef.Data\Wissance.WeatherControl.Ef.Data.csproj" />
2121
<ProjectReference Include="..\Wissance.WeatherControl.Dto\Wissance.WeatherControl.Dto.csproj" />
2222
</ItemGroup>
23-
23+
<!--
2424
<ItemGroup>
2525
<Reference Include="Wissance.WebApiToolkit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
2626
<HintPath>..\..\..\WebApiToolkit\Wissance.WebApiToolkit\Wissance.WebApiToolkit\bin\Release\netcoreapp3.1\Wissance.WebApiToolkit.dll</HintPath>
@@ -32,5 +32,6 @@
3232
<HintPath>..\..\..\WebApiToolkit\Wissance.WebApiToolkit\Wissance.WebApiToolkit\bin\Release\netcoreapp3.1\Wissance.WebApiToolkit.Dto.dll</HintPath>
3333
</Reference>
3434
</ItemGroup>
35+
-->
3536

3637
</Project>

0 commit comments

Comments
 (0)