Skip to content

Commit

Permalink
upd - Updated libraries
Browse files Browse the repository at this point in the history
---

Type: upd
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Oct 6, 2024
1 parent a87d202 commit 8f753a7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Terminaux.ColorDataGen/Terminaux.ColorDataGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Ignoring this warning leads to build failures when building the documentation!
-->
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="[4.10.0]" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" PrivateAssets="all" GeneratePathProperty="true" />

<PackageReference Remove="Microsoft.SourceLink.GitHub" />
Expand Down
2 changes: 1 addition & 1 deletion Terminaux.NerdFontGen/Terminaux.NerdFontGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Ignoring this warning leads to build failures when building the documentation!
-->
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="[4.10.0]" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" PrivateAssets="all" GeneratePathProperty="true" />

<PackageReference Remove="Microsoft.SourceLink.GitHub" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Ignoring this warning leads to build failures when building the documentation!
-->
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="[4.10.0]" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" PrivateAssets="all" GeneratePathProperty="true" />

<PackageReference Remove="Microsoft.SourceLink.GitHub" />
Expand Down
2 changes: 1 addition & 1 deletion Terminaux.TermInfoGen/Terminaux.TermInfoGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Ignoring this warning leads to build failures when building the documentation!
-->
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="[4.10.0]" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="Humanizer.Core" Version="2.14.1" PrivateAssets="all" GeneratePathProperty="true" />

Expand Down
2 changes: 1 addition & 1 deletion Terminaux.Tests/Terminaux.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSTest.Sdk/3.6.0">
<Project Sdk="MSTest.Sdk/3.6.1">

<PropertyGroup>
<TargetFrameworks>net8.0;net48</TargetFrameworks>
Expand Down
4 changes: 2 additions & 2 deletions Terminaux/Terminaux.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SpecProbe.Software" Version="3.1.0" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="Textify.Offline" Version="2.0.0" />
<PackageReference Include="Textify.Offline.Data" Version="2.0.0" />
<PackageReference Include="Textify.Offline" Version="2.0.3" />
<PackageReference Include="Textify.Offline.Data" Version="2.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8f753a7

Please sign in to comment.