We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d7bc2 commit 9833fc7Copy full SHA for 9833fc7
src/Xecrets.Cli/Xecrets.Cli.csproj
@@ -11,7 +11,7 @@
11
<PropertyGroup>
12
<OutputType>Exe</OutputType>
13
<TargetFramework>net8.0</TargetFramework>
14
- <RuntimeIdentifiers>win-x64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
+ <RuntimeIdentifiers>win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
15
<LangVersion>default</LangVersion>
16
<ImplicitUsings>enable</ImplicitUsings>
17
<Nullable>enable</Nullable>
0 commit comments