Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/imqqmi/FloppyControl
Browse files Browse the repository at this point in the history
  • Loading branch information
imqqmi committed Jul 17, 2023
2 parents 32a548a + ad524fe commit 8b9538a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<OutputType>WinExe</OutputType>
Expand Down Expand Up @@ -76,7 +76,7 @@
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.421302">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="7.0.1" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="7.0.3" />
</ItemGroup>
<ItemGroup>
<Compile Remove="MyClasses\Program.cs" />
Expand Down

0 comments on commit 8b9538a

Please sign in to comment.