fix:
2 files changed, 4 insertions(+), 3 deletions(-) M src/Extensions/NosSmooth.Extensions.SharedBinding/NosSmooth.Extensions.SharedBinding.csproj M src/Samples/HighLevel/SimplePiiBot/SimplePiiBot.csproj
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>