File tree Expand file tree Collapse file tree
samples/StringLiteralCodeAnalysisSample
src/StringLiteralGenerator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 3.8.0-3.final " PrivateAssets =" all" />
9+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 3.8.0" PrivateAssets =" all" />
1010 </ItemGroup >
1111
1212 <ItemGroup >
Original file line number Diff line number Diff line change 99 <PackageId >StringLiteralGenerator</PackageId >
1010 <Authors >Nobuyuki Iwanaga</Authors >
1111 <PackageLicenseExpression >MIT</PackageLicenseExpression >
12- <RepositoryUrl >https://github.com/ufcpp/TryGithubActions </RepositoryUrl >
12+ <RepositoryUrl >https://github.com/ufcpp/StringLiteralGenerator </RepositoryUrl >
1313 <RepositoryType >git</RepositoryType >
1414 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
1515 <Description >A C# Source Generator for optimizing UTF-8 binaries.</Description >
1818 </PropertyGroup >
1919
2020 <ItemGroup >
21- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 3.8.0-3.final " PrivateAssets =" all" />
22- <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.0 " PrivateAssets =" all" />
21+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 3.8.0" PrivateAssets =" all" />
22+ <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.2 " PrivateAssets =" all" />
2323 </ItemGroup >
2424
2525 <Target Name =" _AddAnalyzersToOutput" >
You can’t perform that action at this time.
0 commit comments