Updated NuGet package dependencies
This commit is contained in:
parent
a5af0c84ce
commit
6640562faf
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Remove unnecessary references from the project
|
||||
$project.Object.References |
|
||||
where { $_.Name -like 'NDceRpc.*' -or $_.Name -in 'protobuf-net','DSInternals.Common' } |
|
||||
where { ($_.Name -like 'NDceRpc.*' -and $_.Name -ne 'NDceRpc.Microsoft') -or $_.Name -eq 'protobuf-net' } |
|
||||
foreach { $_.Remove() }
|
||||
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@ using System.Runtime.InteropServices;
|
|||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("DSInternals SAM Library")]
|
||||
[assembly: AssemblyVersion("2.14")]
|
||||
[assembly: AssemblyFileVersion("2.14")]
|
||||
[assembly: AssemblyVersion("2.15")]
|
||||
[assembly: AssemblyFileVersion("2.15")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
|
|
Loading…
Reference in New Issue