Skip to content

Commit

Permalink
Update unit test for 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joeloff committed Sep 29, 2021
1 parent 75ee1b8 commit 41efbba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tests/Microsoft.NET.Publish.Tests/PublishTestUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ namespace Microsoft.NET.Publish.Tests
{
internal static class PublishTestUtils
{
#if NET6_0
public const string LatestTfm = "net6.0";
#if NET7_0
public const string LatestTfm = "net7.0";

public static IEnumerable<object[]> SupportedTfms { get; } = new List<object[]>
{
Expand Down

0 comments on commit 41efbba

Please sign in to comment.