Skip to content

Commit c823ffd

Browse files
committed
Fix
1 parent 2af2ab0 commit c823ffd

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

Bloxstrap/Bloxstrap.csproj

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
@@ -12,17 +12,13 @@
1212
<ApplicationManifest>app.manifest</ApplicationManifest>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
15-
<AssemblyName>BoneFish</AssemblyName>
15+
<AssemblyName>BoneFish</AssemblyName>
1616
<Product>BoneFish</Product>
1717
<RootNamespace>Bloxstrap</RootNamespace>
18-
19-
<!-- Publish Optimization -->
20-
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
21-
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
2218
</PropertyGroup>
23-
24-
<ItemGroup>
25-
<Resource Include="BoneFish.ico" />
19+
20+
<ItemGroup>
21+
<Resource Include="Bloxstrap.ico" />
2622
<Resource Include="Resources\BootstrapperStyles\TwentyFiveDialog\PlayerLogo.png" />
2723
<Resource Include="Resources\BootstrapperStyles\TwentyFiveDialog\Roblox.png" />
2824
<Resource Include="Resources\BootstrapperStyles\TwentyFiveDialog\Studio.png" />
@@ -70,7 +66,7 @@
7066
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
7167
<PackageReference Include="DiscordRichPresence" Version="1.2.1.24" />
7268
<PackageReference Include="Markdig" Version="0.40.0" />
73-
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.275">
69+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.183">
7470
<!--<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>-->
7571
<PrivateAssets>all</PrivateAssets>
7672
</PackageReference>

0 commit comments

Comments
 (0)