Skip to content

Commit aaf014f

Browse files
committed
Remove unnecessary configurations
1 parent 15f9a46 commit aaf014f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33

44
<PropertyGroup Condition="'$(MSBuildProjectExtension)' == '.csproj'">
5-
<Configurations>Debug;Release;Stable;Preview;Store</Configurations>
5+
<Configurations>Debug;Release</Configurations>
66
<Platforms>x86;x64;arm64</Platforms>
77
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)