File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
src/StringLiteralGenerator Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 44 <TargetFramework >netstandard2.0</TargetFramework >
55 <LangVersion >preview</LangVersion >
66 <Nullable >enable</Nullable >
7+ <IncludeBuildOutput >false</IncludeBuildOutput >
8+
9+ <PackageId >StringLiteralGenerator</PackageId >
10+ <Authors >Nobuyuki Iwanaga</Authors >
11+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
12+ <RepositoryUrl >https://github.com/ufcpp/TryGithubActions</RepositoryUrl >
13+ <RepositoryType >git</RepositoryType >
14+ <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
15+ <Description >A C# Source Generator for optimizing UTF-8 binaries.</Description >
16+
17+ <TargetsForTfmSpecificContentInPackage >$(TargetsForTfmSpecificContentInPackage);_AddAnalyzersToOutput</TargetsForTfmSpecificContentInPackage >
718 </PropertyGroup >
819
920 <ItemGroup >
1021 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 3.8.0-3.final" PrivateAssets =" all" />
1122 <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.0" PrivateAssets =" all" />
1223 </ItemGroup >
1324
25+ <Target Name =" _AddAnalyzersToOutput" >
26+ <ItemGroup >
27+ <TfmSpecificPackageFile Include =" $(OutputPath)\StringLiteralGenerator.dll" PackagePath =" analyzers/dotnet/cs" />
28+ </ItemGroup >
29+ </Target >
30+
1431</Project >
You can’t perform that action at this time.
0 commit comments