Skip to content

Commit f29c8ed

Browse files
committed
upgrade NuGet packages
1 parent 0d3ce1c commit f29c8ed

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

FlashpointSecurePlayer/App.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<configSections>
4-
<section name="flashpointSecurePlayer" type="FlashpointSecurePlayer.Shared+FlashpointSecurePlayerSection, FlashpointSecurePlayer, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null"/>
4+
<section name="flashpointSecurePlayer" type="FlashpointSecurePlayer.Shared+FlashpointSecurePlayerSection, FlashpointSecurePlayer, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" />
55
</configSections>
66

77
<startup>
8-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
8+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
99
</startup>
1010

1111
<runtime>
1212
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
1313
<dependentAssembly>
14-
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
15-
<bindingRedirect oldVersion="0.0.0.0-4.0.6.0" newVersion="4.0.6.0"/>
14+
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
15+
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
1616
</dependentAssembly>
1717
</assemblyBinding>
1818
</runtime>

FlashpointSecurePlayer/FlashpointSecurePlayer.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.2.0.57\build\Microsoft.Diagnostics.Tracing.TraceEvent.props" Condition="Exists('..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.2.0.57\build\Microsoft.Diagnostics.Tracing.TraceEvent.props')" />
3+
<Import Project="..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.2.0.77\build\Microsoft.Diagnostics.Tracing.TraceEvent.props" Condition="Exists('..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.2.0.77\build\Microsoft.Diagnostics.Tracing.TraceEvent.props')" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
55
<PropertyGroup>
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -46,23 +46,23 @@
4646
</PropertyGroup>
4747
<ItemGroup>
4848
<Reference Include="Dia2Lib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
49-
<HintPath>..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.2.0.57\lib\net45\Dia2Lib.dll</HintPath>
49+
<HintPath>..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.2.0.77\lib\net45\Dia2Lib.dll</HintPath>
5050
<EmbedInteropTypes>True</EmbedInteropTypes>
5151
</Reference>
5252
<Reference Include="Microsoft.Diagnostics.FastSerialization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
53-
<HintPath>..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.2.0.57\lib\net45\Microsoft.Diagnostics.FastSerialization.dll</HintPath>
53+
<HintPath>..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.2.0.77\lib\net45\Microsoft.Diagnostics.FastSerialization.dll</HintPath>
5454
</Reference>
55-
<Reference Include="Microsoft.Diagnostics.Tracing.TraceEvent, Version=2.0.57.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
56-
<HintPath>..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.2.0.57\lib\net45\Microsoft.Diagnostics.Tracing.TraceEvent.dll</HintPath>
55+
<Reference Include="Microsoft.Diagnostics.Tracing.TraceEvent, Version=2.0.77.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
56+
<HintPath>..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.2.0.77\lib\net45\Microsoft.Diagnostics.Tracing.TraceEvent.dll</HintPath>
5757
</Reference>
5858
<Reference Include="OSExtensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
59-
<HintPath>..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.2.0.57\lib\net45\OSExtensions.dll</HintPath>
59+
<HintPath>..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.2.0.77\lib\net45\OSExtensions.dll</HintPath>
6060
</Reference>
6161
<Reference Include="System" />
6262
<Reference Include="System.Configuration" />
6363
<Reference Include="System.Core" />
64-
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
65-
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
64+
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
65+
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
6666
</Reference>
6767
<Reference Include="System.Xml.Linq" />
6868
<Reference Include="System.Data.DataSetExtensions" />
@@ -74,7 +74,7 @@
7474
<Reference Include="System.Windows.Forms" />
7575
<Reference Include="System.Xml" />
7676
<Reference Include="TraceReloggerLib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
77-
<HintPath>..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.2.0.57\lib\net45\TraceReloggerLib.dll</HintPath>
77+
<HintPath>..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.2.0.77\lib\net45\TraceReloggerLib.dll</HintPath>
7878
<EmbedInteropTypes>True</EmbedInteropTypes>
7979
</Reference>
8080
</ItemGroup>
@@ -178,6 +178,6 @@ editbin.exe /NXCOMPAT:NO "$(TargetPath)"</PostBuildEvent>
178178
<PropertyGroup>
179179
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
180180
</PropertyGroup>
181-
<Error Condition="!Exists('..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.2.0.57\build\Microsoft.Diagnostics.Tracing.TraceEvent.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.2.0.57\build\Microsoft.Diagnostics.Tracing.TraceEvent.props'))" />
181+
<Error Condition="!Exists('..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.2.0.77\build\Microsoft.Diagnostics.Tracing.TraceEvent.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Diagnostics.Tracing.TraceEvent.2.0.77\build\Microsoft.Diagnostics.Tracing.TraceEvent.props'))" />
182182
</Target>
183183
</Project>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Diagnostics.Tracing.TraceEvent" version="2.0.57" targetFramework="net45" />
4-
<package id="System.Runtime.CompilerServices.Unsafe" version="4.7.1" targetFramework="net45" />
3+
<package id="Microsoft.Diagnostics.Tracing.TraceEvent" version="2.0.77" targetFramework="net45" />
4+
<package id="System.Runtime.CompilerServices.Unsafe" version="5.0.0" targetFramework="net45" />
55
</packages>

0 commit comments

Comments
 (0)