Skip to content

Commit

Permalink
Added version 1.0.7 to example projects
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlluky committed Nov 3, 2020
1 parent 756fb2e commit a95969b
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 22 deletions.
Binary file modified DhcpDotNet/.vs/DhcpDotNet/v16/.suo
Binary file not shown.
Empty file.
2 changes: 1 addition & 1 deletion DhcpDotNet/Examples/DHCP Discover/DHCP Discover.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="DhcpDotNet">
<Version>1.0.5</Version>
<Version>1.0.7</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"DhcpDotNet": {
"target": "Package",
"version": "[1.0.5, )"
"version": "[1.0.7, )"
}
}
}
Expand Down
Binary file not shown.
Binary file not shown.
20 changes: 10 additions & 10 deletions DhcpDotNet/Examples/DHCP Discover/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 3,
"targets": {
".NETFramework,Version=v4.8": {
"DhcpDotNet/1.0.5": {
"DhcpDotNet/1.0.7": {
"type": "package",
"compile": {
"lib/netstandard2.0/DhcpDotNet.dll": {}
Expand All @@ -13,7 +13,7 @@
}
},
".NETFramework,Version=v4.8/win": {
"DhcpDotNet/1.0.5": {
"DhcpDotNet/1.0.7": {
"type": "package",
"compile": {
"lib/netstandard2.0/DhcpDotNet.dll": {}
Expand All @@ -24,7 +24,7 @@
}
},
".NETFramework,Version=v4.8/win-x64": {
"DhcpDotNet/1.0.5": {
"DhcpDotNet/1.0.7": {
"type": "package",
"compile": {
"lib/netstandard2.0/DhcpDotNet.dll": {}
Expand All @@ -35,7 +35,7 @@
}
},
".NETFramework,Version=v4.8/win-x86": {
"DhcpDotNet/1.0.5": {
"DhcpDotNet/1.0.7": {
"type": "package",
"compile": {
"lib/netstandard2.0/DhcpDotNet.dll": {}
Expand All @@ -47,14 +47,14 @@
}
},
"libraries": {
"DhcpDotNet/1.0.5": {
"sha512": "SHzbuGTTiS23gxsdtGYPI81IBKvflGMg+r0fLNGZ2aoroRGeHKfqs8cJmqVf2uXegAFobMPWweu0NXMgK73vXg==",
"DhcpDotNet/1.0.7": {
"sha512": "FAE+cuIownqF6HMzeMlAjKFusoNzM+YZRcb9nt/djTWvsCr5NqHEh1SOMheU6ALm2Xh0ffBm7LkVYSLAZuyhMg==",
"type": "package",
"path": "dhcpdotnet/1.0.5",
"path": "dhcpdotnet/1.0.7",
"files": [
".nupkg.metadata",
".signature.p7s",
"dhcpdotnet.1.0.5.nupkg.sha512",
"dhcpdotnet.1.0.7.nupkg.sha512",
"dhcpdotnet.nuspec",
"empty-white-box.png",
"lib/netstandard2.0/DhcpDotNet.dll"
Expand All @@ -63,7 +63,7 @@
},
"projectFileDependencyGroups": {
".NETFramework,Version=v4.8": [
"DhcpDotNet >= 1.0.5"
"DhcpDotNet >= 1.0.7"
]
},
"packageFolders": {
Expand Down Expand Up @@ -101,7 +101,7 @@
"dependencies": {
"DhcpDotNet": {
"target": "Package",
"version": "[1.0.5, )"
"version": "[1.0.7, )"
}
}
}
Expand Down
10 changes: 0 additions & 10 deletions DhcpDotNet/Examples/DHCP Discover/obj/project.nuget.cache

This file was deleted.

4 changes: 4 additions & 0 deletions DhcpDotNet/Examples/DHCP Request/DHCP Request.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="DhcpDotNet, Version=1.0.7.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\DhcpDotNet.1.0.7\lib\netstandard2.0\DhcpDotNet.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand All @@ -48,6 +51,7 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions DhcpDotNet/Examples/DHCP Request/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DhcpDotNet" version="1.0.7" targetFramework="net48" />
</packages>
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit a95969b

Please sign in to comment.