Skip to content

Commit

Permalink
Bump Handlebars.Net from 2.1.2 to 2.1.4 in /registrants/src/API
Browse files Browse the repository at this point in the history
Bumps [Handlebars.Net](https://github.com/Handlebars-Net/Handlebars.Net) from 2.1.2 to 2.1.4.
- [Release notes](https://github.com/Handlebars-Net/Handlebars.Net/releases)
- [Commits](Handlebars-Net/Handlebars.Net@2.1.2...2.1.4)

---
updated-dependencies:
- dependency-name: Handlebars.Net
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent 3a4f976 commit 7f45854
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
1 change: 0 additions & 1 deletion registrants/src/API/EMBC.Utilities

This file was deleted.

50 changes: 50 additions & 0 deletions registrants/src/API/EMBC.Utilities/EMBC.Utilities.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Company>Province of British Columbia</Company>
<Authors>Quartech Systems Limited</Authors>
<Copyright>Copyright 2021 Province of British Columbia</Copyright>
<PackageLicenseExpression></PackageLicenseExpression>
<RepositoryUrl>https://github.com/bcgov/embc-ess-mod</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
<AnalysisMode>Default</AnalysisMode>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<LangVersion>9</LangVersion>
<DebugType>full</DebugType>
</PropertyGroup>

<ItemGroup>
<None Include="..\.editorconfig" Link=".editorconfig" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="Handlebars.Net" Version="2.1.4" />
<PackageReference Include="MailKit" Version="3.4.1" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="6.0.*" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.*" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.*" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.*" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="6.0.*" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.*" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.*" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.*" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>EMBC.Tests.Unit.ESS</_Parameter1>
</AssemblyAttribute>
</ItemGroup>

</Project>

0 comments on commit 7f45854

Please sign in to comment.