~ruther/NosSmooth.Comms

ref: 43af54d174b77156f92841781ded37240558af49 NosSmooth.Comms/src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj -rw-r--r-- 673 bytes
43af54d1 — Rutherther chore: make README.md be copied to root of package 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <TargetFramework>net7.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <VersionPrefix>1.0.0</VersionPrefix>
    </PropertyGroup>

    <ItemGroup>
      <ProjectReference Include="..\..\Core\NosSmooth.Comms.Core\NosSmooth.Comms.Core.csproj" />
      <ProjectReference Include="..\NosSmooth.Comms.Inject\NosSmooth.Comms.Inject.csproj" />
    </ItemGroup>

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

</Project>