Skip to content

Commit 5ecda60

Browse files
Test: add managed Rivet end-to-end smoke project
1 parent 8f67326 commit 5ecda60

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<OutputType>Exe</OutputType>
4+
<TargetFramework>net8.0</TargetFramework>
5+
<ImplicitUsings>disable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
8+
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<ProjectReference Include="$(RivetRoot)/platform/dotnet/Rivet.Runtime/Rivet.Runtime.csproj" />
12+
<Compile Include="../../../dotnet/GeneratedBackend.cs" Link="GeneratedBackend.cs" />
13+
</ItemGroup>
14+
</Project>

0 commit comments

Comments
 (0)