Skip to content

Commit

Permalink
Added missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
nkosi23 authored and jeremydmiller committed Dec 12, 2024
1 parent fd115a0 commit a65e120
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/LinqTestsTypes/LinqTestsTypes.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FSharp.Core" Version="9.0.100" />
<PackageReference Include="JasperFx.Core" Version="1.9.0" />
</ItemGroup>

</Project>

0 comments on commit a65e120

Please sign in to comment.