Skip to content

Commit

Permalink
Fix nuget package error.
Browse files Browse the repository at this point in the history
  • Loading branch information
pengweiqhca committed Mar 18, 2024
1 parent 5ce7142 commit c064030
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Release notes:
8.1: Startup allow static method or class (like Asp.Net Core startup).
8.0: New feature: Support multiple startup.</Description>
<PackageTags>xunit ioc di DependencyInjection test</PackageTags>
<Version>9.0.0</Version>
<Version>9.0.1</Version>
<PackageReleaseNotes>$(Description)</PackageReleaseNotes>
</PropertyGroup>

Expand All @@ -39,7 +39,7 @@ Release notes:
</ItemGroup>

<ItemGroup>
<None Include="$(PackageId).targets" Pack="True" PackagePath="build\net461;build\netstandard2.0;buildTransitive\net461;buildTransitive\netstandard2.0;buildMultiTargeting" />
<None Include="$(PackageId).targets" Pack="True" PackagePath="build\net472;build\netstandard2.1;buildTransitive\net472;buildTransitive\netstandard2.1;buildMultiTargeting" />

<None Include="..\Xunit.DependencyInjection.Analyzer\tools\*.*" PackagePath="tools" Pack="true" />
<None Include="..\Xunit.DependencyInjection.Analyzer\bin\$(Configuration)\netstandard2.0\Xunit.DependencyInjection.Analyzer.dll" PackagePath="analyzers\dotnet\cs" Pack="true" />
Expand Down

0 comments on commit c064030

Please sign in to comment.