Skip to content

Commit

Permalink
Fixed build issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simnico99 committed Jan 25, 2023
1 parent 36612ff commit 1841019
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion src/ZirconNet.Core/Hosting/EnvironmentManagerDI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using ZirconNet.Core.Environments;

namespace ZirconNet.Core.Hosting;
internal class EnvironmentManagerDI : IEnvironmentManager
internal sealed class EnvironmentManagerDI : IEnvironmentManager
{
public ApplicationEnvironment Environment => EnvironmentManager.Current.Environment;

Expand Down
1 change: 0 additions & 1 deletion src/ZirconNet.Core/ZirconNet.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@

<ItemGroup Condition="'$(TargetFramework)'=='net461' or '$(TargetFramework)'=='net47'">
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net461' or '$(TargetFramework)'=='net47' or '$(TargetFramework)'=='net48'">
Expand Down
7 changes: 0 additions & 7 deletions src/ZirconNet.WPF/ZirconNet.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@
</None>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net461' or '$(TargetFramework)'=='net47' or '$(TargetFramework)'=='net48'">
<PackageReference Include="PolySharp" Version="1.12.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
Expand Down

0 comments on commit 1841019

Please sign in to comment.