File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 5
5
Implements the W3C JSON-LD 1.0 standard.</Description >
6
6
<VersionPrefix >1.0.7</VersionPrefix >
7
7
<Authors >NuGet;linked-data-dotnet</Authors >
8
- <TargetFrameworks >netstandard1.1;netstandard2.0</TargetFrameworks >
8
+ <TargetFrameworks >netstandard1.1;netstandard2.0;net40 </TargetFrameworks >
9
9
<AssemblyName >json-ld.net</AssemblyName >
10
10
<PackageId >json-ld.net</PackageId >
11
11
<PackageTags >json-ld;jsonld;json;linked-data;rdf;semantic;web</PackageTags >
@@ -24,4 +24,9 @@ Implements the W3C JSON-LD 1.0 standard.</Description>
24
24
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.1' " >
25
25
<PackageReference Include =" System.Security.Cryptography.Algorithms" Version =" 4.3.1" />
26
26
</ItemGroup >
27
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net40'" >
28
+ <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0" PrivateAssets =" All" />
29
+ <PackageReference Include =" Microsoft.Net.Http" Version =" 2.2.29" />
30
+ <PackageReference Include =" Microsoft.Bcl.Async" Version =" 1.0.168" />
31
+ </ItemGroup >
27
32
</Project >
You can’t perform that action at this time.
0 commit comments