Skip to content

Commit

Permalink
remove anything to do with SponsorLink
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Aug 9, 2023
1 parent 87e1f52 commit 9874de1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Injectio.Generators/Injectio.Generators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" PrivateAssets="all" />
<PackageReference Include="ThisAssembly" Version="1.3.1" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Injectio.Generators/ServiceRegistrationWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ public static string GenerateExtensionClass(
{
codeBuilder
.Append("[global::System.CodeDom.Compiler.GeneratedCode(\"")
.Append(ThisAssembly.Project.AssemblyName)
.Append("Injectio.Generators")
.Append("\", \"")
.Append(ThisAssembly.Info.Version)
.Append("1.0.0.0")
.AppendLine("\")]");
}

Expand Down
2 changes: 1 addition & 1 deletion tests/Injectio.Tests/Injectio.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
<PackageReference Include="Verify.Xunit" Version="20.6.0" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
Expand Down

0 comments on commit 9874de1

Please sign in to comment.