Skip to content

Commit

Permalink
Updated examples package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Oct 24, 2023
1 parent af0e242 commit 73cdb44
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Examples/Asp.NetCore.MVC/Asp.Net.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Binance.Net" Version="9.0.1" />
<PackageReference Include="Binance.Net" Version="9.1.5" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Examples/Blazor.ClientSide/Blazor.ClientSide.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.19" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.19" PrivateAssets="all" />
<PackageReference Include="System.Net.Http.Json" Version="6.0.1" />
<PackageReference Include="Binance.Net" Version="9.0.1" />
<PackageReference Include="Binance.Net" Version="9.1.5" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Examples/Blazor.DataProvider/Blazor.DataProvider.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Binance.Net" Version="9.0.1" />
<PackageReference Include="Binance.Net" Version="9.1.5" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Examples/Blazor.ServerSide/Blazor.ServerSide.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Binance.Net" Version="9.0.1" />
<PackageReference Include="Binance.Net" Version="9.1.5" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Examples/ConsoleClient/ConsoleClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Binance.Net" Version="9.0.1" />
<PackageReference Include="Binance.Net" Version="9.1.5" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Examples/Minimal WebApi/Minimal WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Binance.Net" Version="9.0.1" />
<PackageReference Include="Binance.Net" Version="9.1.5" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Examples/WpfClient/WpfClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Binance.Net" Version="9.0.1" />
<PackageReference Include="Binance.Net" Version="9.1.5" />
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.5.0" />
</ItemGroup>

Expand Down

0 comments on commit 73cdb44

Please sign in to comment.