Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov committed Jul 4, 2024
1 parent 2be5abf commit 7e7ecea
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion readme/BlazorServerApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The [project file](/samples/BlazorServerApp/BlazorServerApp.csproj) looks like t
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Pure.DI.MS" Version="2.1.24" />
<PackageReference Include="Pure.DI.MS" Version="2.1.25" />
</ItemGroup>

</Project>
Expand Down
2 changes: 1 addition & 1 deletion readme/BlazorWebAssemblyApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The [project file](/samples/BlazorWebAssemblyApp/BlazorWebAssemblyApp.csproj) lo
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Pure.DI.MS" Version="2.1.24" />
<PackageReference Include="Pure.DI.MS" Version="2.1.25" />
</ItemGroup>

</Project>
Expand Down
2 changes: 1 addition & 1 deletion readme/GrpcService.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The [project file](/samples/GrpcService/GrpcService.csproj) looks like this:
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Pure.DI.MS" Version="2.1.24" />
<PackageReference Include="Pure.DI.MS" Version="2.1.25" />
</ItemGroup>

</Project>
Expand Down
2 changes: 1 addition & 1 deletion readme/Maui.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ The [project file](/samples/MAUIApp/MAUIApp.csproj) looks like this:
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Pure.DI.MS" Version="2.1.24" />
<PackageReference Include="Pure.DI.MS" Version="2.1.25" />
</ItemGroup>

</Project>
Expand Down
2 changes: 1 addition & 1 deletion readme/MinimalWebAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The [project file](/samples/WebAPI/WebAPI.csproj) looks like this:
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Pure.DI.MS" Version="2.1.24" />
<PackageReference Include="Pure.DI.MS" Version="2.1.25" />
</ItemGroup>

</Project>
Expand Down
2 changes: 1 addition & 1 deletion readme/WebAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The [project file](/samples/WebAPI/WebAPI.csproj) looks like this:
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Pure.DI.MS" Version="2.1.24" />
<PackageReference Include="Pure.DI.MS" Version="2.1.25" />
</ItemGroup>

</Project>
Expand Down
2 changes: 1 addition & 1 deletion readme/WebApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The [project file](/samples/WebApp/WebApp.csproj) looks like this:
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Pure.DI.MS" Version="2.1.24" />
<PackageReference Include="Pure.DI.MS" Version="2.1.25" />
</ItemGroup>

</Project>
Expand Down

0 comments on commit 7e7ecea

Please sign in to comment.