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 6
6
<GenerateDocumentationFile >true</GenerateDocumentationFile >
7
7
<RootNamespace >CommunityToolkit.Extensions.DependencyInjection</RootNamespace >
8
8
<PackageId >$(PackageIdPrefix).$(ToolkitComponentName)</PackageId >
9
+ <EnableXamlCompilerMismatchedTfmUnoWorkaround >false</EnableXamlCompilerMismatchedTfmUnoWorkaround >
9
10
</PropertyGroup >
10
11
11
12
<!-- Sets this up as a toolkit component's source project -->
12
13
<Import Project =" $(ToolingDirectory)\ToolkitComponent.SourceProject.props" />
13
14
14
15
<ItemGroup >
15
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 7 .0.0 " />
16
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9 .0.1 " />
16
17
</ItemGroup >
17
18
18
19
<!-- Source generator project reference for packing -->
24
25
<ItemGroup Label =" Package" >
25
26
26
27
<!-- 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" />
29
30
30
31
<!-- Pack the source generator to the right package folder -->
31
32
<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