~ruther/NosSmooth.Comms

c5b50a91331cc8cfdb660fbe12d0033e8c51d695 — Rutherther 2 years ago e0e7974
chore: include all assets from NosSmooth.Injector
1 files changed, 6 insertions(+), 2 deletions(-)

M src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj
M src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj => src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj +6 -2
@@ 4,7 4,7 @@
        <TargetFramework>net7.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <VersionPrefix>1.0.2</VersionPrefix>
        <VersionPrefix>1.0.3</VersionPrefix>
    </PropertyGroup>

    <ItemGroup>


@@ 16,7 16,11 @@
    </ItemGroup>

    <ItemGroup>
        <PackageReference Include="NosSmooth.Injector" Version="1.0.3"/>
        <PackageReference Include="NosSmooth.Injector" Version="1.0.3">
            <IncludeAssets>All</IncludeAssets>
            <PrivateAssets>None</PrivateAssets>
        </PackageReference>

        <PackageReference Include="NosSmooth.LocalBinding" Version="1.0.0"/>
    </ItemGroup>


Do not follow this link