Skip to content

Commit

Permalink
Change target.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Apr 10, 2024
1 parent 75f7e72 commit b859090
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/IKVM.Clang.Sdk.Tests/ProjectTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
using System.Xml.Linq;

using Buildalyzer;
Expand All @@ -11,7 +10,6 @@
using FluentAssertions;

using Microsoft.Build.Framework;
using Microsoft.Build.Tasks;
using Microsoft.Build.Utilities;
using Microsoft.VisualStudio.TestTools.UnitTesting;

Expand Down
2 changes: 1 addition & 1 deletion src/dist-tests/dist-tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<TestTarget Include="IKVM.Clang.Sdk.Tests|net8.0" ProjectName="IKVM.Clang.Sdk.Tests" TargetFramework="net7.0" />
<TestTarget Include="IKVM.Clang.Sdk.Tests|net8.0" ProjectName="IKVM.Clang.Sdk.Tests" TargetFramework="net8.0" />
</ItemGroup>

<!-- Runs once per TFM/RID combination to generate individual output. -->
Expand Down

0 comments on commit b859090

Please sign in to comment.