File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk="Microsoft.Build.NoTargets/3.5.0" TreatAsLocalProperty="Version">
1+ <Project Sdk="Microsoft.Build.NoTargets/3.5.0" TreatAsLocalProperty="Version">
22 <PropertyGroup>
33 <TargetFramework>net6.0</TargetFramework>
44 <PackageId>Devlooped.Extensions.DependencyInjection.Attributed</PackageId>
55 <Description>Superseded by Devlooped.Extensions.DependencyInjection</Description>
6- <Version>2.1.0-beta </Version>
6+ <Version>2.1.0</Version>
77 </PropertyGroup>
88 <ItemGroup>
99 <PackageReference Include="NuGetizer" Version="1.2.4" />
10- </ItemGroup>
11- <ItemGroup>
12- <ProjectReference Include="..\DependencyInjection\DependencyInjection.csproj" />
10+ <PackageReference Include="Devlooped.Extensions.DependencyInjection" Version="2.1.0" />
1311 </ItemGroup>
1412</Project>
You can’t perform that action at this time.
0 commit comments