Skip to content

Commit

Permalink
Rename example back
Browse files Browse the repository at this point in the history
Fixes sln path.
  • Loading branch information
RReverser committed Sep 25, 2024
1 parent 37cabae commit 28a1b19
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples~/quickstart/client/client.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<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" />
</ItemGroup>

</Project>

0 comments on commit 28a1b19

Please sign in to comment.