Skip to content

Commit

Permalink
bump sdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deleteLater committed Apr 5, 2024
1 parent 0237675 commit 49c68e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/ConsoleApp/ConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FeatBit.ServerSdk" Version="1.1.4"/>
<PackageReference Include="FeatBit.ServerSdk" Version="1.2.0"/>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0"/>
</ItemGroup>

Expand Down
11 changes: 6 additions & 5 deletions examples/WebApiApp/WebApiApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
</PropertyGroup>

<ItemGroup>
<!-- <PackageReference Include="FeatBit.ServerSdk" Version="1.1.4"/>-->
<PackageReference Include="FeatBit.ServerSdk" Version="1.2.0"/>
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="6.0.5"/>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\FeatBit.ServerSdk\FeatBit.ServerSdk.csproj"/>
</ItemGroup>

<!--
<ItemGroup>
<ProjectReference Include="..\..\src\FeatBit.ServerSdk\FeatBit.ServerSdk.csproj"/>
</ItemGroup>
-->
</Project>

0 comments on commit 49c68e5

Please sign in to comment.