Skip to content

Commit 4fa9195

Browse files
committed
Update 'DependencyInjection' package
1 parent 5834450 commit 4fa9195

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/Extensions.DependencyInjection/src/CommunityToolkit.Extensions.DependencyInjection.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<RootNamespace>CommunityToolkit.Extensions.DependencyInjection</RootNamespace>
88
<PackageId>$(PackageIdPrefix).$(ToolkitComponentName)</PackageId>
9+
<EnableXamlCompilerMismatchedTfmUnoWorkaround>false</EnableXamlCompilerMismatchedTfmUnoWorkaround>
910
</PropertyGroup>
1011

1112
<!-- Sets this up as a toolkit component's source project -->
1213
<Import Project="$(ToolingDirectory)\ToolkitComponent.SourceProject.props" />
1314

1415
<ItemGroup>
15-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
16+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.1" />
1617
</ItemGroup>
1718

1819
<!-- Source generator project reference for packing -->
@@ -24,8 +25,8 @@
2425
<ItemGroup Label="Package">
2526

2627
<!-- Include the custom .targets file to check the source generator -->
27-
<None Include="CommunityToolkit.Extensions.DependencyInjection.targets" PackagePath="buildTransitive\netstandard2.0" Pack="true" />
28-
<None Include="CommunityToolkit.Extensions.DependencyInjection.targets" PackagePath="build\netstandard2.0" Pack="true" />
28+
<None Include="CommunityToolkit.Extensions.DependencyInjection.targets" PackagePath="buildTransitive" Pack="true" />
29+
<None Include="CommunityToolkit.Extensions.DependencyInjection.targets" PackagePath="build" Pack="true" />
2930

3031
<!-- Pack the source generator to the right package folder -->
3132
<None Include="..\CommunityToolkit.Extensions.DependencyInjection.SourceGenerators\bin\$(Configuration)\netstandard2.0\CommunityToolkit.Extensions.DependencyInjection.SourceGenerators.dll" PackagePath="analyzers\dotnet\cs" Pack="true" Visible="false" />

0 commit comments

Comments
 (0)