File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
src/Zomp.SyncMethodGenerator Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "profiles" : {
3
+ "Zomp.SyncMethodGenerator" : {
4
+ "commandName" : " DebugRoslynComponent" ,
5
+ "targetProject" : " ..\\ ..\\ tests\\ GenerationSandbox.Tests\\ GenerationSandbox.Tests.csproj"
6
+ }
7
+ }
8
+ }
Original file line number Diff line number Diff line change 17
17
<TargetsForTfmSpecificBuildOutput >$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput >
18
18
<PackageTags >async sync csharp source generator</PackageTags >
19
19
<DevelopmentDependency >true</DevelopmentDependency >
20
+ <IsRoslynComponent >true</IsRoslynComponent >
20
21
</PropertyGroup >
21
22
22
23
<!-- This ensures the library will be packaged as a source generator when we use `dotnet pack` -->
You can’t perform that action at this time.
0 commit comments