Skip to content

Commit

Permalink
Platform Win
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmyers committed Nov 12, 2024
1 parent 1c96f75 commit 702d61c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SIL.Core.Desktop.Tests/i18n/StringCatalogTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace SIL.Tests.i18n
#if NET
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
#endif
[Platform("windows")]
[Platform(Include = "Win")]
public class StringCatalogTests
{
private string _poFile = Path.GetTempFileName();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace SIL.DictionaryServices.Tests
{
[TestFixture]
[Platform(Include = "Windows")]
[Platform(Include = "Win")]
[OfflineSldr]
#if NET
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
Expand Down

0 comments on commit 702d61c

Please sign in to comment.