|
|
|
|
@ -6,7 +6,7 @@ |
|
|
|
|
<Copyright>Copyright(c) 2024 SimonG. All Rights Reserved.</Copyright> |
|
|
|
|
<Description>A lightweight IOC Container Validator.</Description> |
|
|
|
|
<RepositoryUrl>https://github.com/SimonG96/LightweightIocContainer</RepositoryUrl> |
|
|
|
|
<LangVersion>default</LangVersion> |
|
|
|
|
<LangVersion>latest</LangVersion> |
|
|
|
|
<Nullable>enable</Nullable> |
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings> |
|
|
|
|
<DocumentationFile>LightweightIocContainer.Validation.xml</DocumentationFile> |
|
|
|
|
@ -24,11 +24,11 @@ |
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1"> |
|
|
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0"> |
|
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
|
</PackageReference> |
|
|
|
|
<PackageReference Include="NSubstitute" Version="5.0.0" /> |
|
|
|
|
<PackageReference Include="NSubstitute" Version="5.3.0" /> |
|
|
|
|
<PackageReference Include="System.Reflection.Emit" Version="4.7.0" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|