Skip to content

Commit

Permalink
build: update references
Browse files Browse the repository at this point in the history
  • Loading branch information
ArachisH committed Mar 28, 2024
1 parent a82c4c5 commit 3b00647
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
5 changes: 3 additions & 2 deletions Tanji.CLI/Tanji.CLI.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -21,12 +21,13 @@
<ItemGroup>
<PackageReference Include="Eavesdrop" Version="1.3.0" />
<PackageReference Include="Hypo.Flazzy" Version="0.4.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Tanji.Core\Tanji.Core.csproj" />
<ProjectReference Include="..\Tanji.Generators\Tanji.Core.Generators.csproj" />
<ProjectReference Include="..\Tanji.Infrastructure\Tanji.Infrastructure.csproj" />
</ItemGroup>

</Project>
24 changes: 18 additions & 6 deletions Tanji.Infrastructure/Tanji.Infrastructure.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">

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

</Project>
<ItemGroup>
<ProjectReference Include="..\Tanji.Core\Tanji.Core.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Eavesdrop" Version="1.3.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.2.2" />
</ItemGroup>


</Project>
3 changes: 2 additions & 1 deletion Tanji/Tanji.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@
<ProjectReference Include="..\Tangine\Tangine.csproj" />
<ProjectReference Include="..\Sulakore\Sulakore.csproj" />
<ProjectReference Include="..\Tanji.Core\Tanji.Core.csproj" />
<ProjectReference Include="..\Tanji.Infrastructure\Tanji.Infrastructure.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Octokit" Version="8.1.1" />
<PackageReference Include="Eavesdrop" Version="1.3.0" />
<PackageReference Include="Hypo.Flazzy" Version="0.4.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="OswaldTechnologies.Extensions.Hosting.WindowsFormsLifetime" Version="1.0.2" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="7.0.1" />
</ItemGroup>
Expand Down

0 comments on commit 3b00647

Please sign in to comment.