Skip to content

Commit

Permalink
Fix warnings Oct24
Browse files Browse the repository at this point in the history
  • Loading branch information
theXappy committed Oct 24, 2024
1 parent 89c5fb1 commit 522de60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions src/DebuggableDummy/DebuggableDummy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 0 additions & 6 deletions src/RemoteNET/RemoteNET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@
<ProjectReference Include="..\ScubaDiver.API\ScubaDiver.API.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="Microsoft.CSharp">
<HintPath>..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\Microsoft.CSharp.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
Expand Down

0 comments on commit 522de60

Please sign in to comment.