Skip to content

Commit

Permalink
Bump YamlDotNet from 13.0.1 to 16.0.0
Browse files Browse the repository at this point in the history
Bumps YamlDotNet from 13.0.1 to 16.0.0.

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent a90db08 commit 56b69d1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/Tgstation.Server.Host/Tgstation.Server.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,8 @@

<Target Condition="'$(TGS_TELEMETRY_KEY_FILE)' != ''" Name="ApplyTelemetryAppSerializedKey" BeforeTargets="CoreCompile">
<Error Condition="!Exists('$(TGS_TELEMETRY_KEY_FILE)')" Text="TGS_TELEMETRY_KEY_FILE set but does not exist!" />
<ReadLinesFromFile
File="$(TGS_TELEMETRY_KEY_FILE)" >
<Output
TaskParameter="Lines"
ItemName="SerializedTelemetryKey"/>
<ReadLinesFromFile File="$(TGS_TELEMETRY_KEY_FILE)">
<Output TaskParameter="Lines" ItemName="SerializedTelemetryKey" />
</ReadLinesFromFile>
<ItemGroup>
<TelemetryAppSerializedKeyAssemblyAttributes Include="Tgstation.Server.Host.Properties.TelemetryAppSerializedKeyAttribute">
Expand All @@ -79,7 +76,7 @@
</Target>

<Target Condition="'$(TGS_TELEMETRY_KEY_FILE)' == '' And '$(CI)' != ''" Name="FailBuildInCIWithoutTelemetryKey" BeforeTargets="CoreCompile">
<Error Text="The TGS_TELEMETRY_KEY_FILE environment variable should be set in CI!"/>
<Error Text="The TGS_TELEMETRY_KEY_FILE environment variable should be set in CI!" />
</Target>

<ItemGroup>
Expand Down Expand Up @@ -146,6 +143,7 @@
<PackageReference Include="System.Management" Version="8.0.0" />
<!-- Usage: Temporary resolution to compatibility issues with EFCore 7 and .NET 8 -->
<PackageReference Include="System.Security.Permissions" Version="8.0.0" />
<PackageReference Include="YamlDotNet" Version="16.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 56b69d1

Please sign in to comment.