22757465eb
* add Local.sln and targets to connectors projects * redo locks * do Objects as well * update readme and remove old things
12 lines
310 B
XML
12 lines
310 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<Configurations>Debug;Release;Local</Configurations>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Moq" />
|
|
<PackageReference Include="NUnit" />
|
|
</ItemGroup>
|
|
</Project>
|