Skip to content

Commit

Permalink
FIX: Removing wrong things on csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
fmattioli committed Jul 7, 2024
1 parent 2d71bd0 commit bf2a0c1
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -9,10 +9,6 @@
<Version>1.0.1</Version>
</PropertyGroup>

<ItemGroup>

</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\TokenManager.Infra.CrossCutting\TokenManager.Infra.CrossCutting.csproj" />
</ItemGroup>
Expand Down

0 comments on commit bf2a0c1

Please sign in to comment.