We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1828e93 commit 2905169Copy full SHA for 2905169
src/JoinRpg.DataModel/JoinRpg.DataModel.csproj
@@ -1,11 +1,12 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFramework>netstandard2</TargetFramework>
+ <TargetFramework>net5</TargetFramework>
4
<AssemblyTitle>JoinRpg.DataModel</AssemblyTitle>
5
<Nullable>annotations</Nullable>
6
</PropertyGroup>
7
<ItemGroup>
8
<ProjectReference Include="..\JoinRpg.Helpers\JoinRpg.Helpers.csproj" />
9
+ <ProjectReference Include="..\JoinRpg.PrimitiveTypes\JoinRpg.PrimitiveTypes.csproj" />
10
</ItemGroup>
11
12
<PackageReference Include="JetBrains.Annotations" Version="2021.1.0" />
src/JoinRpg.DataModel/ISubscriptionOptions.cs renamed to src/JoinRpg.PrimitiveTypes/ISubscriptionOptions.cs
0 commit comments