File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change
1
+ bin/
2
+ obj/
Original file line number Diff line number Diff line change 3
3
<OutputType >Exe</OutputType >
4
4
<TargetFramework >net8.0</TargetFramework >
5
5
<PublishAot >true</PublishAot >
6
+ <IsAotCompatible >true</IsAotCompatible >
6
7
<!-- Tells the compiler to emit the code generated by Mediator.SourceGenerator as files in the project -->
7
8
<!-- This is useful for debugging purposes -->
8
9
<EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
Original file line number Diff line number Diff line change 8
8
</Description >
9
9
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
10
10
</PropertyGroup >
11
+ <PropertyGroup Condition =" '$(TargetFramework)' != 'netstandard2.0'" >
12
+ <IsAotCompatible >true</IsAotCompatible >
13
+ </PropertyGroup >
11
14
<Target Name =" husky" BeforeTargets =" Restore;CollectPackageReferences" Condition =" '$(HUSKY)' != 0" >
12
15
<Exec Command =" dotnet tool restore" StandardOutputImportance =" Low" StandardErrorImportance =" High" />
13
16
<Exec
You can’t perform that action at this time.
0 commit comments