Skip to content

Commit

Permalink
update queue for build with minver and gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
volllly committed Feb 17, 2025
1 parent 5370a8a commit 8d1c064
Show file tree
Hide file tree
Showing 80 changed files with 208 additions and 159 deletions.
3 changes: 2 additions & 1 deletion queue/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Deterministic>true</Deterministic>
<LangVersion>11.0</LangVersion>
</PropertyGroup>
<MinVerDefaultPreReleaseIdentifiers>ci</MinVerDefaultPreReleaseIdentifiers>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<TargetFrameworks>net6;net461</TargetFrameworks>
<TargetsForTfmSpecificBuildOutput>
$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
<MinVerTagPrefix>queue/azuretablestorage/v</MinVerTagPrefix>
</PropertyGroup>

<ItemGroup>
Expand All @@ -23,6 +24,10 @@
<PackageReference Include="Azure.Storage.Blobs" Version="12.14.1" />
<PackageReference Include="Azure.Identity" Version="1.8.0" />
<PackageReference Include="System.Interactive.Async" Version="4.1.1" />
<PackageReference Include="MinVer" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<Description>The fiskaltrust Middleware Queue with an Entity Framework storage provider for SQL Server databases.</Description>
<TargetFrameworks>net461;net6</TargetFrameworks>
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
<MinVerTagPrefix>queue/ef/v</MinVerTagPrefix>
</PropertyGroup>

<ItemGroup>
Expand All @@ -23,6 +24,10 @@
<PackageReference Include="SharpCompress" Version="0.28.2" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0" />
<PackageReference Include="CsvHelper" Version="15.0.5" />
<PackageReference Include="MinVer" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<Description>The fiskaltrust Middleware Queue with an in-memory storage provider.e. Data is not persisted - for testing purposes only.</Description>
<TargetFrameworks>netstandard2.0;net461;net6</TargetFrameworks>
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
<MinVerTagPrefix>queue/inmemory/v</MinVerTagPrefix>
</PropertyGroup>

<ItemGroup>
Expand All @@ -21,6 +22,10 @@
<PackageReference Include="fiskaltrust.Exports.TAR" Version="1.1.2" />
<PackageReference Include="SharpCompress" Version="0.28.2" />
<PackageReference Include="CsvHelper" Version="15.0.5" />
<PackageReference Include="MinVer" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<Description>The fiskaltrust Middleware Queue with an MySQL storage provider.</Description>
<TargetFrameworks>netstandard2.0;net461;net6</TargetFrameworks>
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
<MinVerTagPrefix>queue/mysql/v</MinVerTagPrefix>
</PropertyGroup>

<ItemGroup>
Expand All @@ -19,6 +20,10 @@
<PackageReference Include="fiskaltrust.Exports.TAR" Version="1.1.2" />
<PackageReference Include="SharpCompress" Version="0.28.2" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0" />
<PackageReference Include="MinVer" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup Label="FilesToCopy">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<Description>The fiskaltrust Middleware Queue with an PostgreSQL storage provider.</Description>
<TargetFrameworks>net6</TargetFrameworks>
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
<MinVerTagPrefix>queue/postgresql/v</MinVerTagPrefix>
</PropertyGroup>

<ItemGroup>
Expand All @@ -17,6 +18,10 @@
<PackageReference Include="fiskaltrust.Exports.TAR" Version="1.1.2" />
<PackageReference Include="SharpCompress" Version="0.28.2" />
<PackageReference Include="CsvHelper" Version="15.0.5" />
<PackageReference Include="MinVer" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>

<Target DependsOnTargets="ResolveReferences" Name="CopyProjectReferencesToPackage">
Expand Down
89 changes: 0 additions & 89 deletions queue/src/fiskaltrust.Middleware.Queue.SQLite/.nuspec

This file was deleted.

Loading

0 comments on commit 8d1c064

Please sign in to comment.