Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cratis/chronicle
Browse files Browse the repository at this point in the history
  • Loading branch information
einari committed Jan 3, 2025
2 parents debe647 + 9dcfa8a commit 8d12bb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Source/Api/Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<ResourceNamespace>$(RootNamespace)</ResourceNamespace>
<InvariantGlobalization>true</InvariantGlobalization>
<PublishReadyToRunShowWarnings>false</PublishReadyToRunShowWarnings>
<ServerGarbageCollection>false</ServerGarbageCollection>
<NoWarn>$(NoWarn);RCS1140;CS1998;IDE0005;SA0001</NoWarn>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
13 changes: 7 additions & 6 deletions Source/Tools/ResourceEmbedder/ResourceEmbedder.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Mono.Cecil" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Mono.Cecil" />
</ItemGroup>

</Project>

0 comments on commit 8d12bb0

Please sign in to comment.