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 ae3b014 commit d8730a9Copy full SHA for d8730a9
SharpIppNextServer/SharpIppNextServer.csproj
@@ -4,7 +4,13 @@
4
<TargetFramework>net8.0</TargetFramework>
5
<Nullable>enable</Nullable>
6
<ImplicitUsings>enable</ImplicitUsings>
7
+ <Version>1.0.0</Version>
8
+ <RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
9
+ <Authors>Daniel Klecha</Authors>
10
+ <Copyright>Daniel Klecha</Copyright>
11
+ <Description>IPP printer</Description>
12
<StaticWebAssetsEnabled>false</StaticWebAssetsEnabled>
13
+ <RestoreLockedMode>false</RestoreLockedMode>
14
</PropertyGroup>
15
16
<ItemGroup>
0 commit comments