Skip to content

Commit 8896424

Browse files
authored
Merge pull request #11 from ufcpp/fix-RepositoryUrl
Fix RepositoryUrl
2 parents 8ab3e35 + c51408c commit 8896424

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/StringLiteralCodeAnalysisSample/StringLiteralCodeAnalysisSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

src/StringLiteralGenerator/StringLiteralGenerator.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>
@@ -18,8 +18,8 @@
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">

0 commit comments

Comments
 (0)