Skip to content

Commit 2905169

Browse files
committed
Move ISubscribtionsOptions to PrimitiveTypes
1 parent 1828e93 commit 2905169

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/JoinRpg.DataModel/JoinRpg.DataModel.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>netstandard2</TargetFramework>
3+
<TargetFramework>net5</TargetFramework>
44
<AssemblyTitle>JoinRpg.DataModel</AssemblyTitle>
55
<Nullable>annotations</Nullable>
66
</PropertyGroup>
77
<ItemGroup>
88
<ProjectReference Include="..\JoinRpg.Helpers\JoinRpg.Helpers.csproj" />
9+
<ProjectReference Include="..\JoinRpg.PrimitiveTypes\JoinRpg.PrimitiveTypes.csproj" />
910
</ItemGroup>
1011
<ItemGroup>
1112
<PackageReference Include="JetBrains.Annotations" Version="2021.1.0" />

0 commit comments

Comments
 (0)