Skip to content

Commit

Permalink
No need to set RootNamespace since renaming projects in #244
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Jul 1, 2024
1 parent 82b17b1 commit c6964b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Falu/Falu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.1;net7.0;net8.0</TargetFrameworks>
<Description>The official client library for Falu. (https://falu.io)</Description>
<RootNamespace>Falu</RootNamespace>
<PackageIcon>falu-logo.png</PackageIcon>
<PackageId>Falu</PackageId>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion tests/Falu.Tests/Falu.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFramework>net8.0</TargetFramework>
<IsTestProject>true</IsTestProject>
<IsPackable>false</IsPackable>
<RootNamespace>Falu.Tests</RootNamespace>
<!-- The trim analyzer ensures we test using trim friendly methods that resemble actual usage -->
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
</PropertyGroup>
Expand Down

0 comments on commit c6964b1

Please sign in to comment.