Skip to content

Commit

Permalink
Cleaned up project references and NuGets
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vivet committed Oct 5, 2023
1 parent a5e2e12 commit ff0e554
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 12 deletions.
4 changes: 4 additions & 0 deletions Nano.App/Nano.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
</ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions Nano.Config/Nano.Config.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
Expand Down
2 changes: 1 addition & 1 deletion Nano.Console/Nano.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<None Remove="Nano.Console.csproj.DotSettings" />
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Nano.Data/Nano.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<None Remove="Nano.Data.csproj.DotSettings" />
<None Remove="Nano.Console.csproj.DotSettings" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Nano.Eventing/Nano.Eventing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<None Remove="Nano.Eventing.csproj.DotSettings" />
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions Nano.Logging/Nano.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="6.1.0" />
Expand Down
4 changes: 4 additions & 0 deletions Nano.Models/Nano.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="DynamicExpression" Version="2.3.3" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
Expand Down
10 changes: 3 additions & 7 deletions Nano.Repository/Nano.Repository.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\net5.0\Nano.Repository.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\net5.0\Nano.Repository.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Nano.Data\Nano.Data.csproj" />
Expand Down
4 changes: 4 additions & 0 deletions Nano.Security/Nano.Security.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Apis.Auth" Version="1.62.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.11" />
Expand Down
2 changes: 1 addition & 1 deletion Nano.Web/Nano.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<None Remove="Nano.Web.csproj.DotSettings" />
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NanoCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<projectUrl>https://github.com/Nano-Core</projectUrl>
<repository type="git" url="https://github.com/Nano-Core/Nano.Library.git" />
<releaseNotes>
- Updated NuGets.
- Cleaned up project references and NuGets.
</releaseNotes>
<dependencies>
<group targetFramework="net7.0">
Expand Down

0 comments on commit ff0e554

Please sign in to comment.