Skip to content

Commit 8f49b64

Browse files
author
Bart Koelman
committed
Moved version into the appropriate section
1 parent 19f6557 commit 8f49b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonApiDotNetCore.SourceGenerators/JsonApiDotNetCore.SourceGenerators.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<VersionPrefix>$(JsonApiDotNetCoreVersionPrefix)</VersionPrefix>
43
<TargetFramework>netstandard2.0</TargetFramework>
54
<IsPackable>true</IsPackable>
65
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -12,6 +11,7 @@
1211
</PropertyGroup>
1312

1413
<PropertyGroup>
14+
<VersionPrefix>$(JsonApiDotNetCoreVersionPrefix)</VersionPrefix>
1515
<PackageTags>jsonapidotnetcore;jsonapi;json:api;dotnet;asp.net;rest;web-api</PackageTags>
1616
<Description>Source generators for JsonApiDotNetCore</Description>
1717
<Authors>json-api-dotnet</Authors>

0 commit comments

Comments
 (0)