Skip to content

Commit

Permalink
Update samples to latest (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescourtney committed Dec 2, 2023
1 parent 383e72a commit 6260caf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/Samples.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<OutputType>exe</OutputType>
<LangVersion>11.0</LangVersion>
<Nullable>enable</Nullable>
Expand Down Expand Up @@ -31,11 +31,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FlatSharp.Compiler" Version="7.1.0">
<PackageReference Include="FlatSharp.Compiler" Version="7.4.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="FlatSharp.Runtime" Version="7.1.0" />
<PackageReference Include="FlatSharp.Runtime" Version="7.4.0" />
<PackageReference Include="Grpc" Version="2.38.1" />
</ItemGroup>
</Project>
Expand Down

0 comments on commit 6260caf

Please sign in to comment.