File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
components/Extensions.DependencyInjection/src Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 -->
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" />
You can’t perform that action at this time.
0 commit comments