Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boylec committed Jun 17, 2024
1 parent e08566f commit 86fd5c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mapster.Tool/Mapster.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageTags>Mapster;Tool</PackageTags>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Mapster.Tool.snk</AssemblyOriginatorKeyFile>
<Version>8.4.1-pre02tv</Version>
<Version>8.4.1-pre01</Version>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
1 change: 0 additions & 1 deletion src/Mapster.Tool/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ private static void GenerateExtensions(ExtensionOptions opt)
deferToContext: AssemblyLoadContext.Default,
typeof(MapperAttribute).Assembly.GetName(),
typeof(IRegister).Assembly.GetName()
deferredDependencyAssemblyNames: typeof(MapperAttribute).Assembly.GetName()
);
var config = TypeAdapterConfig.GlobalSettings;
config.SelfContainedCodeGeneration = true;
Expand Down

0 comments on commit 86fd5c4

Please sign in to comment.