fix(bash): fix unit test bash run error

This commit is contained in:
2025-09-01 17:22:53 +08:00
parent ac6bc1010e
commit 492b5ecd60

View File

@@ -68,7 +68,7 @@ EOF
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
@@ -83,7 +83,7 @@ EOF
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../csharp/Problem$number.csproj" />
<ProjectReference Include="../csharp/csharp.csproj" />
</ItemGroup>
</Project>