Skip to content

Commit

Permalink
Updated funcsharp again. (#238)
Browse files Browse the repository at this point in the history
* Updated funcsharp again.

* Also bumped package version.
  • Loading branch information
KaliCZ authored Jan 4, 2024
1 parent 4dbd1a4 commit faca6f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mews.Fiscalizations.All.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<AddSyntheticProjectReferencesForSolutionDependencies>false</AddSyntheticProjectReferencesForSolutionDependencies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FuncSharp" Version="[9.0.1, 10.0)" />
<PackageReference Include="FuncSharp" Version="[9.0.2, 10.0)" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Mews.Fiscalizations.All/Mews.Fiscalizations.All.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RepositoryUrl>https://github.com/MewsSystems/fiscalizations</RepositoryUrl>
<Icon>https://raw.githubusercontent.com/msigut/eet/master/receipt.png</Icon>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>25.0.10</PackageVersion>
<PackageVersion>25.0.11</PackageVersion>
<LangVersion>10</LangVersion>
<ImplicitUsings>true</ImplicitUsings>
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
Expand Down

0 comments on commit faca6f4

Please sign in to comment.