Skip to content

Commit

Permalink
add LangVersion mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
cquirosj committed Jan 3, 2025
1 parent e925193 commit 1af7ccb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/IntegrityTests/ProjectLangVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ public void ShouldHaveLangVersionMappingForEachAllowedTargetFramework()
{ "net6.0-windows", 10 },
{ "net8.0", 12 },
{ "net8.0-windows", 12 },
{ "net9.0", 12 },
{ "net9.0-windows", 12 },
};
}
}

0 comments on commit 1af7ccb

Please sign in to comment.