~ruther/NosSmooth.Local

5014555e254395f96ff3bcc5937d82101d996dda — Rutherther 2 years ago b6edbca
fix:
M src/Extensions/NosSmooth.Extensions.SharedBinding/NosSmooth.Extensions.SharedBinding.csproj => src/Extensions/NosSmooth.Extensions.SharedBinding/NosSmooth.Extensions.SharedBinding.csproj +3 -3
@@ 7,12 7,12 @@
    </PropertyGroup>

    <ItemGroup>
      <ProjectReference Include="..\src\Core\NosSmooth.LocalBinding\NosSmooth.LocalBinding.csproj" />
      <PackageReference Include="NosSmooth.Data.NOSFiles" Version="2.0.2" />
      <PackageReference Include="NosSmooth.PacketSerializer" Version="2.0.0" />
    </ItemGroup>

    <ItemGroup>
      <PackageReference Include="NosSmooth.Data.NOSFiles" Version="2.0.2" />
      <PackageReference Include="NosSmooth.PacketSerializer" Version="2.0.0" />
      <ProjectReference Include="..\..\Core\NosSmooth.LocalBinding\NosSmooth.LocalBinding.csproj" />
    </ItemGroup>

</Project>

M src/Samples/HighLevel/SimplePiiBot/SimplePiiBot.csproj => src/Samples/HighLevel/SimplePiiBot/SimplePiiBot.csproj +1 -0
@@ 32,6 32,7 @@
    <ItemGroup>
        <ProjectReference Include="..\..\..\..\NosSmooth.Extensions.SharedBinding\NosSmooth.Extensions.SharedBinding.csproj" />
        <ProjectReference Include="..\..\..\Extensions\NosSmooth.ChatCommands\NosSmooth.ChatCommands.csproj" />
        <ProjectReference Include="..\..\..\Extensions\NosSmooth.Extensions.SharedBinding\NosSmooth.Extensions.SharedBinding.csproj" />
    </ItemGroup>

</Project>

Do not follow this link