Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
update to .net 8 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lazcool committed Nov 20, 2023
1 parent 57cb56e commit 7eaf4e0
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoFixture" Version="4.18.0" />
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
Expand All @@ -23,13 +20,11 @@
<PackageReference Include="Moq" Version="4.20.69" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
</ItemGroup>

<ItemGroup>
<None Remove="FluentAssertions" />
<None Remove="Moq" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\FamilyHubs.ServiceDirectory.Admin.Web\FamilyHubs.ServiceDirectory.Admin.Web.csproj" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 7eaf4e0

Please sign in to comment.