Skip to content

Commit 7a64d92

Browse files
author
Frode Sjovatsen
committed
added version to prosjekt file
1 parent 42b6989 commit 7a64d92

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>netstandard2.0</TargetFramework>
3+
<TargetFramework>netstandard1.4</TargetFramework>
4+
<Version>0.0.1</Version>
5+
<Authors>FINT</Authors>
6+
<PackageTags>fint</PackageTags>
47
</PropertyGroup>
58
<ItemGroup>
69
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
710
<HintPath>..\..\..\..\.nuget\packages\newtonsoft.json\9.0.1\lib\netstandard1.0\Newtonsoft.Json.dll</HintPath>
811
</Reference>
912
</ItemGroup>
13+
<ItemGroup>
14+
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
15+
</ItemGroup>
1016
</Project>

0 commit comments

Comments
 (0)