Skip to content

Commit

Permalink
bump dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeke Foppa committed Jul 19, 2024
1 parent 0bff8d3 commit 38f7258
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions examples/quickstart/client/client.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../../../SpacetimeDB.ClientSDK.csproj" />
<PackageReference Include="SpacetimeDB.BSATN.Codegen" Version="0.10.*" OutputItemType="Analyzer" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../../../SpacetimeDB.ClientSDK.csproj" />
<PackageReference Include="SpacetimeDB.BSATN.Codegen" Version="0.11.*" OutputItemType="Analyzer" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion tests/tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ItemGroup>
<PackageReference Include="xunit" Version="2.8.1" />
<ProjectReference Include="../SpacetimeDB.ClientSDK.csproj" />
<PackageReference Include="SpacetimeDB.BSATN.Codegen" Version="0.10.*" OutputItemType="Analyzer" />
<PackageReference Include="SpacetimeDB.BSATN.Codegen" Version="0.11.*" OutputItemType="Analyzer" />

<Compile Include="../examples/quickstart/client/module_bindings/**/*.cs" />
</ItemGroup>
Expand Down

0 comments on commit 38f7258

Please sign in to comment.