Skip to content

Commit

Permalink
Merge pull request #1794 from HicServices/task/RDMP-156-prep-8.1.5-re…
Browse files Browse the repository at this point in the history
…lease

Task/rdmp 156 prep 8.1.5 release
  • Loading branch information
bpeacock001 authored Apr 3, 2024
2 parents 20f0d80 + 4e8513f commit 4fbd152
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,4 @@ jobs:
file: dist/*
tag: ${{ github.ref }}
overwrite: true
file_glob: true
file_glob: true
4 changes: 4 additions & 0 deletions Rdmp.UI/Rdmp.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,16 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.XmlSerializer.Generator" />
<PackageReference Include="ObjectListView.Repack.NET6Plus" />
<PackageReference Include="Scintilla.NET" />
<PackageReference Include="System.Resources.Extensions" />
<PackageReference Include="VPKSoft.ScintillaLexers.NET" />
<PackageReference Include="WeCantSpell.Hunspell" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.XmlSerializer.Generator" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Rdmp.Core\Rdmp.Core.csproj" />
</ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions Tests.Common/Tests.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.XmlSerializer.Generator" />
<PackageReference Include="NSubstitute" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="NUnit" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.XmlSerializer.Generator" Version="8.0.0" />
</ItemGroup>
</Project>

0 comments on commit 4fbd152

Please sign in to comment.