Skip to content

Commit 9833fc7

Browse files
committed
✨ Support for Windows on ARM #128
1 parent 75d7bc2 commit 9833fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Xecrets.Cli/Xecrets.Cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PropertyGroup>
1212
<OutputType>Exe</OutputType>
1313
<TargetFramework>net8.0</TargetFramework>
14-
<RuntimeIdentifiers>win-x64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
14+
<RuntimeIdentifiers>win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
1515
<LangVersion>default</LangVersion>
1616
<ImplicitUsings>enable</ImplicitUsings>
1717
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)