Skip to content

Commit

Permalink
Bumped funcsharp package (#194)
Browse files Browse the repository at this point in the history
* Bumped funcsharp package

* Bumped the nuget version.

* Removed the include of funcsharp from the project definitions.
  • Loading branch information
KaliCZ authored Jul 26, 2023
1 parent b347c15 commit 47f6fa0
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
<PackageReference Include="System.Security.Cryptography.Xml" Version="7.0.1" />
</ItemGroup>

<ItemGroup>
<Reference Include="FuncSharp">
<HintPath>..\..\packages\mews.funcsharp\4.4.1\lib\net6.0\FuncSharp.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\LICENSE">
<Pack>True</Pack>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

<ItemGroup>
<Reference Include="FuncSharp">
<HintPath>..\..\packages\mews.funcsharp\4.4.1\lib\net6.0\FuncSharp.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\LICENSE">
<Pack>True</Pack>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

<ItemGroup>
<Reference Include="FuncSharp">
<HintPath>..\..\packages\mews.funcsharp\4.4.1\lib\net6.0\FuncSharp.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\LICENSE">
<Pack>True</Pack>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

<ItemGroup>
<Reference Include="FuncSharp">
<HintPath>..\..\packages\mews.funcsharp\4.4.1\lib\net6.0\FuncSharp.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\LICENSE">
<Pack>True</Pack>
Expand Down
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="Mews.FuncSharp" Version="4.4.1" />
<PackageReference Include="Mews.FuncSharp" Version="5.0.1" />
</ItemGroup>
</Project>
8 changes: 1 addition & 7 deletions 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>22.0.0</PackageVersion>
<PackageVersion>22.0.1</PackageVersion>
<LangVersion>10</LangVersion>
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
</PropertyGroup>
Expand All @@ -21,12 +21,6 @@
</Content>
</ItemGroup>

<ItemGroup>
<Reference Include="FuncSharp">
<HintPath>..\..\packages\mews.funcsharp\4.4.1\lib\net6.0\FuncSharp.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
<Reference Include="FuncSharp">
<HintPath>..\..\packages\mews.funcsharp\4.4.1\lib\net6.0\FuncSharp.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\LICENSE">
<Pack>True</Pack>
Expand Down

0 comments on commit 47f6fa0

Please sign in to comment.