Skip to content

Commit

Permalink
Update NCalc package reference
Browse files Browse the repository at this point in the history
* NCalcSync v3.8.0
* Brutal.Dev.StrongNameSigner v3.4.0
  • Loading branch information
axunonb committed Nov 2, 2023
1 parent 6cab5ee commit 6151af4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ It uses extensions to provide named placeholders, localization, pluralization, g
</Target>

<ItemGroup>
<PackageReference Include="Brutal.Dev.StrongNameSigner" Version="3.1.1" />
<PackageReference Include="Brutal.Dev.StrongNameSigner" Version="3.4.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NCalcSync" Version="3.5.0" GeneratePathProperty="true" />
<PackageReference Include="NCalcSync" Version="3.8.0" GeneratePathProperty="true" />
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/SmartFormat.Net/SmartFormat.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ https://github.com/axuno/SmartFormat/releases/
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\SmartFormat.Extensions.LogicCalc\SmartFormat.Extensions.LogiCalc.csproj" />
<ProjectReference Include="..\SmartFormat.Extensions.LogiCalc\SmartFormat.Extensions.LogiCalc.csproj" />
<ProjectReference Include="..\SmartFormat\SmartFormat.csproj" />
<ProjectReference Include="..\SmartFormat.Extensions.Newtonsoft.Json\SmartFormat.Extensions.Newtonsoft.Json.csproj" />
<ProjectReference Include="..\SmartFormat.Extensions.System.Text.Json\SmartFormat.Extensions.System.Text.Json.csproj" />
Expand Down

0 comments on commit 6151af4

Please sign in to comment.