Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov committed Aug 29, 2024
1 parent 21e1c5b commit 0f06d42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,5 @@
<CompilerVisibleProperty Include="ImmutypeAPI" />
</ItemGroup>

<Target Name="Info" BeforeTargets="Build">
<Message Text="Roslyn $(AnalyzerRoslynPackageVersion)" Importance="high"/>
</Target>

</Project>

2 changes: 1 addition & 1 deletion benchmarks/Pure.DI.Benchmarks/Pure.DI.Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="IoC.Container" Version="1.3.8" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="SimpleInjector" Version="5.4.6" />
<PackageReference Include="SimpleInjector" Version="5.5.0" />
<PackageReference Include="Unity" Version="5.11.10" />
<PackageReference Include="DryIoc.dll" Version="5.4.3" />
<PackageReference Include="Autofac" Version="8.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion build/build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Immutype" Version="1.0.15">
<PackageReference Include="Immutype" Version="1.0.16">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions samples/WebAPI/WebAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<ProjectReference Include="..\..\src\Pure.DI.Core\Pure.DI.Core.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
<ProjectReference Include="..\..\src\Pure.DI\Pure.DI.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
<Compile Include="..\..\src\Pure.DI.MS\any\Pure.DI\MS\*.cs" Link=""/>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.7" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.1" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.8" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.3" />
</ItemGroup>

</Project>

0 comments on commit 0f06d42

Please sign in to comment.