Skip to content

Commit 2330650

Browse files
committed
Group target frameworks are needed to avoid NuGet warning
1 parent bbba794 commit 2330650

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

dotnet/nuget/SEALNet-multi.nuspec.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
<tags>c# crypto cryptography homomorphic encryption</tags>
1717
<license type="file">LICENSE</license>
1818
<requireLicenseAcceptance>true</requireLicenseAcceptance>
19+
<dependencies>
20+
<group targetFramework="net8.0" />
21+
<group targetFramework="net8.0-ios11.0" />
22+
</dependencies>
1923
</metadata>
2024
<files>
2125
<file src="SEALNet.targets" target="buildTransitive/Microsoft.Research.SEALNet.targets" />

0 commit comments

Comments
 (0)