Skip to content

Commit

Permalink
target .NET 6, 7 and 8 in SpongeEngine.SpongeLLM.Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dclipca committed Jan 26, 2025
1 parent 7fffdce commit 14744ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<Version>0.0.1</Version>
<AssemblyName>SpongeEngine.SpongeLLM.Tests</AssemblyName>
<RootNamespace>SpongeEngine.SpongeLLM.Tests</RootNamespace>
<TargetFrameworks>net8.0;net6.0;net7.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 14744ca

Please sign in to comment.