Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c625df4883 | |||
| f7514598a6 | |||
| 6d1fc77a98 | |||
| 736588efb4 | |||
| 7ef64b91c0 | |||
| 80779d2b2d | |||
| fcc8b3cd60 |
+3
-3
@@ -52,7 +52,7 @@ variables:
|
|||||||
- |
|
- |
|
||||||
# hashBuild per elaborato
|
# hashBuild per elaborato
|
||||||
$Target = ".\$env:APP_NAME\Release\$env:APP_NAME.zip"
|
$Target = ".\$env:APP_NAME\Release\$env:APP_NAME.zip"
|
||||||
echo "Request hash fo $Target"
|
echo "Request hash for $Target"
|
||||||
$MD5 = Get-FileHash $Target -Algorithm MD5
|
$MD5 = Get-FileHash $Target -Algorithm MD5
|
||||||
$SHA1 = Get-FileHash $Target -Algorithm SHA1
|
$SHA1 = Get-FileHash $Target -Algorithm SHA1
|
||||||
New-Item $Target".md5"
|
New-Item $Target".md5"
|
||||||
@@ -196,7 +196,7 @@ XPS:IIS03:deploy:
|
|||||||
- win
|
- win
|
||||||
variables:
|
variables:
|
||||||
APP_NAME: XPS
|
APP_NAME: XPS
|
||||||
except:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- main
|
- main
|
||||||
- master
|
- master
|
||||||
@@ -214,7 +214,7 @@ XPST:IIS03:deploy:
|
|||||||
- win
|
- win
|
||||||
variables:
|
variables:
|
||||||
APP_NAME: XPST
|
APP_NAME: XPST
|
||||||
except:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- main
|
- main
|
||||||
- master
|
- master
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -119,8 +119,8 @@
|
|||||||
<Reference Include="StackExchange.Redis, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
|
<Reference Include="StackExchange.Redis, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\StackExchange.Redis.2.0.601\lib\net461\StackExchange.Redis.dll</HintPath>
|
<HintPath>..\packages\StackExchange.Redis.2.0.601\lib\net461\StackExchange.Redis.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="SteamWare, Version=4.0.2002.731, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="SteamWare, Version=4.9.2010.742, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\SteamWare.4.0.2002.731\lib\net462\SteamWare.dll</HintPath>
|
<HintPath>..\packages\SteamWare.4.9.2010.742\lib\net462\SteamWare.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
|
<HintPath>..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
|
||||||
@@ -175,6 +175,9 @@
|
|||||||
<Content Include="App_Readme\README_SteamWare.txt" />
|
<Content Include="App_Readme\README_SteamWare.txt" />
|
||||||
<Content Include="App_Readme\SteamWare_demo\example-config-table.txt" />
|
<Content Include="App_Readme\SteamWare_demo\example-config-table.txt" />
|
||||||
<Content Include="App_Readme\SteamWare_demo\example-favicon.ico" />
|
<Content Include="App_Readme\SteamWare_demo\example-favicon.ico" />
|
||||||
|
<Content Include="Core\Compression\Snappy\lib\win\snappy32.dll" />
|
||||||
|
<Content Include="Core\Compression\Snappy\lib\win\snappy64.dll" />
|
||||||
|
<Content Include="Core\Compression\Zstandard\lib\win\libzstd.dll" />
|
||||||
<Content Include="LandingPage.aspx" />
|
<Content Include="LandingPage.aspx" />
|
||||||
<Content Include="login.aspx" />
|
<Content Include="login.aspx" />
|
||||||
<Content Include="Web.config" />
|
<Content Include="Web.config" />
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<UseIISExpress>false</UseIISExpress>
|
<UseIISExpress>false</UseIISExpress>
|
||||||
<IISExpressAnonymousAuthentication>disabled</IISExpressAnonymousAuthentication>
|
<IISExpressAnonymousAuthentication>disabled</IISExpressAnonymousAuthentication>
|
||||||
<IISExpressWindowsAuthentication>enabled</IISExpressWindowsAuthentication>
|
<IISExpressWindowsAuthentication>enabled</IISExpressWindowsAuthentication>
|
||||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||||
<Use64BitIISExpress />
|
<Use64BitIISExpress />
|
||||||
<IISExpressSSLPort />
|
<IISExpressSSLPort />
|
||||||
<IISExpressUseClassicPipelineMode />
|
<IISExpressUseClassicPipelineMode />
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<package id="SharpZipLib" version="1.2.0" targetFramework="net462" />
|
<package id="SharpZipLib" version="1.2.0" targetFramework="net462" />
|
||||||
<package id="Snappy.NET" version="1.1.1.8" targetFramework="net462" />
|
<package id="Snappy.NET" version="1.1.1.8" targetFramework="net462" />
|
||||||
<package id="StackExchange.Redis" version="2.0.601" targetFramework="net462" />
|
<package id="StackExchange.Redis" version="2.0.601" targetFramework="net462" />
|
||||||
<package id="SteamWare" version="4.0.2002.731" targetFramework="net462" />
|
<package id="SteamWare" version="4.9.2010.742" targetFramework="net462" />
|
||||||
<package id="System.Buffers" version="4.5.0" targetFramework="net462" />
|
<package id="System.Buffers" version="4.5.0" targetFramework="net462" />
|
||||||
<package id="System.Diagnostics.PerformanceCounter" version="4.7.0" targetFramework="net462" />
|
<package id="System.Diagnostics.PerformanceCounter" version="4.7.0" targetFramework="net462" />
|
||||||
<package id="System.IO.Pipelines" version="4.7.0" targetFramework="net462" />
|
<package id="System.IO.Pipelines" version="4.7.0" targetFramework="net462" />
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
+5
-6
@@ -170,11 +170,8 @@
|
|||||||
<Reference Include="StackExchange.Redis, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
|
<Reference Include="StackExchange.Redis, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\StackExchange.Redis.2.0.601\lib\net461\StackExchange.Redis.dll</HintPath>
|
<HintPath>..\packages\StackExchange.Redis.2.0.601\lib\net461\StackExchange.Redis.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="StackExchange.Redis.StrongName, Version=1.2.6.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
|
<Reference Include="SteamWare, Version=4.9.2010.742, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\StackExchange.Redis.StrongName.1.2.6\lib\net46\StackExchange.Redis.StrongName.dll</HintPath>
|
<HintPath>..\packages\SteamWare.4.9.2010.742\lib\net462\SteamWare.dll</HintPath>
|
||||||
</Reference>
|
|
||||||
<Reference Include="SteamWare, Version=4.0.2002.731, Culture=neutral, processorArchitecture=MSIL">
|
|
||||||
<HintPath>..\packages\SteamWare.4.0.2002.731\lib\net462\SteamWare.dll</HintPath>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
@@ -300,6 +297,9 @@
|
|||||||
<Content Include="Content\themes\base\tabs.css" />
|
<Content Include="Content\themes\base\tabs.css" />
|
||||||
<Content Include="Content\themes\base\theme.css" />
|
<Content Include="Content\themes\base\theme.css" />
|
||||||
<Content Include="Content\themes\base\tooltip.css" />
|
<Content Include="Content\themes\base\tooltip.css" />
|
||||||
|
<Content Include="Core\Compression\Snappy\lib\win\snappy32.dll" />
|
||||||
|
<Content Include="Core\Compression\Snappy\lib\win\snappy64.dll" />
|
||||||
|
<Content Include="Core\Compression\Zstandard\lib\win\libzstd.dll" />
|
||||||
<Content Include="elencoCommSped.aspx" />
|
<Content Include="elencoCommSped.aspx" />
|
||||||
<Content Include="favicon.ico" />
|
<Content Include="favicon.ico" />
|
||||||
<Content Include="fonts\fontawesome-webfont.svg" />
|
<Content Include="fonts\fontawesome-webfont.svg" />
|
||||||
@@ -417,7 +417,6 @@
|
|||||||
<Content Include="fonts\fontawesome-webfont.woff" />
|
<Content Include="fonts\fontawesome-webfont.woff" />
|
||||||
<Content Include="fonts\fontawesome-webfont.ttf" />
|
<Content Include="fonts\fontawesome-webfont.ttf" />
|
||||||
<Content Include="fonts\fontawesome-webfont.eot" />
|
<Content Include="fonts\fontawesome-webfont.eot" />
|
||||||
<Content Include="mongocrypt.dll" />
|
|
||||||
<Content Include="Resources\ChangeLog.html" />
|
<Content Include="Resources\ChangeLog.html" />
|
||||||
<Content Include="Resources\logoSteamware.png" />
|
<Content Include="Resources\logoSteamware.png" />
|
||||||
<Content Include="Resources\manifest.xml" />
|
<Content Include="Resources\manifest.xml" />
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
<IISExpressSSLPort />
|
<IISExpressSSLPort />
|
||||||
<IISExpressUseClassicPipelineMode />
|
<IISExpressUseClassicPipelineMode />
|
||||||
<UseGlobalApplicationHostFile />
|
<UseGlobalApplicationHostFile />
|
||||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ProjectExtensions>
|
<ProjectExtensions>
|
||||||
<VisualStudio>
|
<VisualStudio>
|
||||||
|
|||||||
Binary file not shown.
+1
-2
@@ -38,8 +38,7 @@
|
|||||||
<package id="SharpZipLib" version="1.2.0" targetFramework="net462" />
|
<package id="SharpZipLib" version="1.2.0" targetFramework="net462" />
|
||||||
<package id="Snappy.NET" version="1.1.1.8" targetFramework="net462" />
|
<package id="Snappy.NET" version="1.1.1.8" targetFramework="net462" />
|
||||||
<package id="StackExchange.Redis" version="2.0.601" targetFramework="net462" />
|
<package id="StackExchange.Redis" version="2.0.601" targetFramework="net462" />
|
||||||
<package id="StackExchange.Redis.StrongName" version="1.2.6" targetFramework="net462" />
|
<package id="SteamWare" version="4.9.2010.742" targetFramework="net462" />
|
||||||
<package id="SteamWare" version="4.0.2002.731" targetFramework="net462" />
|
|
||||||
<package id="System.Buffers" version="4.5.0" targetFramework="net462" />
|
<package id="System.Buffers" version="4.5.0" targetFramework="net462" />
|
||||||
<package id="System.Diagnostics.PerformanceCounter" version="4.7.0" targetFramework="net462" />
|
<package id="System.Diagnostics.PerformanceCounter" version="4.7.0" targetFramework="net462" />
|
||||||
<package id="System.IO.Pipelines" version="4.7.0" targetFramework="net462" />
|
<package id="System.IO.Pipelines" version="4.7.0" targetFramework="net462" />
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
+5
-6
@@ -161,11 +161,8 @@
|
|||||||
<Reference Include="StackExchange.Redis, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
|
<Reference Include="StackExchange.Redis, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\StackExchange.Redis.2.0.601\lib\net461\StackExchange.Redis.dll</HintPath>
|
<HintPath>..\packages\StackExchange.Redis.2.0.601\lib\net461\StackExchange.Redis.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="StackExchange.Redis.StrongName, Version=1.2.6.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
|
<Reference Include="SteamWare, Version=4.9.2010.742, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\StackExchange.Redis.StrongName.1.2.6\lib\net46\StackExchange.Redis.StrongName.dll</HintPath>
|
<HintPath>..\packages\SteamWare.4.9.2010.742\lib\net462\SteamWare.dll</HintPath>
|
||||||
</Reference>
|
|
||||||
<Reference Include="SteamWare, Version=4.0.2002.731, Culture=neutral, processorArchitecture=MSIL">
|
|
||||||
<HintPath>..\packages\SteamWare.4.0.2002.731\lib\net462\SteamWare.dll</HintPath>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
@@ -521,6 +518,9 @@
|
|||||||
<Content Include="Content\themes\base\tabs.css" />
|
<Content Include="Content\themes\base\tabs.css" />
|
||||||
<Content Include="Content\themes\base\theme.css" />
|
<Content Include="Content\themes\base\theme.css" />
|
||||||
<Content Include="Content\themes\base\tooltip.css" />
|
<Content Include="Content\themes\base\tooltip.css" />
|
||||||
|
<Content Include="Core\Compression\Snappy\lib\win\snappy32.dll" />
|
||||||
|
<Content Include="Core\Compression\Snappy\lib\win\snappy64.dll" />
|
||||||
|
<Content Include="Core\Compression\Zstandard\lib\win\libzstd.dll" />
|
||||||
<Content Include="Default.aspx" />
|
<Content Include="Default.aspx" />
|
||||||
<Content Include="favicon.ico" />
|
<Content Include="favicon.ico" />
|
||||||
<Content Include="fonts\fontawesome-webfont.svg" />
|
<Content Include="fonts\fontawesome-webfont.svg" />
|
||||||
@@ -528,7 +528,6 @@
|
|||||||
<Content Include="Global.asax" />
|
<Content Include="Global.asax" />
|
||||||
<Content Include="jumper.aspx" />
|
<Content Include="jumper.aspx" />
|
||||||
<Content Include="login.aspx" />
|
<Content Include="login.aspx" />
|
||||||
<Content Include="mongocrypt.dll" />
|
|
||||||
<Content Include="Resources\ChangeLog.html" />
|
<Content Include="Resources\ChangeLog.html" />
|
||||||
<Content Include="Resources\logoSteamware.png" />
|
<Content Include="Resources\logoSteamware.png" />
|
||||||
<Content Include="Resources\manifest.xml" />
|
<Content Include="Resources\manifest.xml" />
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<IISExpressWindowsAuthentication />
|
<IISExpressWindowsAuthentication />
|
||||||
<IISExpressUseClassicPipelineMode />
|
<IISExpressUseClassicPipelineMode />
|
||||||
<UseGlobalApplicationHostFile />
|
<UseGlobalApplicationHostFile />
|
||||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ProjectExtensions>
|
<ProjectExtensions>
|
||||||
<VisualStudio>
|
<VisualStudio>
|
||||||
|
|||||||
Binary file not shown.
@@ -40,8 +40,7 @@
|
|||||||
<package id="SharpZipLib" version="1.2.0" targetFramework="net462" />
|
<package id="SharpZipLib" version="1.2.0" targetFramework="net462" />
|
||||||
<package id="Snappy.NET" version="1.1.1.8" targetFramework="net462" />
|
<package id="Snappy.NET" version="1.1.1.8" targetFramework="net462" />
|
||||||
<package id="StackExchange.Redis" version="2.0.601" targetFramework="net462" />
|
<package id="StackExchange.Redis" version="2.0.601" targetFramework="net462" />
|
||||||
<package id="StackExchange.Redis.StrongName" version="1.2.6" targetFramework="net462" />
|
<package id="SteamWare" version="4.9.2010.742" targetFramework="net462" />
|
||||||
<package id="SteamWare" version="4.0.2002.731" targetFramework="net462" />
|
|
||||||
<package id="System.Buffers" version="4.5.0" targetFramework="net462" />
|
<package id="System.Buffers" version="4.5.0" targetFramework="net462" />
|
||||||
<package id="System.Diagnostics.PerformanceCounter" version="4.7.0" targetFramework="net462" />
|
<package id="System.Diagnostics.PerformanceCounter" version="4.7.0" targetFramework="net462" />
|
||||||
<package id="System.IO.Pipelines" version="4.7.0" targetFramework="net462" />
|
<package id="System.IO.Pipelines" version="4.7.0" targetFramework="net462" />
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -127,8 +127,8 @@
|
|||||||
<Reference Include="StackExchange.Redis, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
|
<Reference Include="StackExchange.Redis, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\StackExchange.Redis.2.0.601\lib\net461\StackExchange.Redis.dll</HintPath>
|
<HintPath>..\packages\StackExchange.Redis.2.0.601\lib\net461\StackExchange.Redis.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="SteamWare, Version=4.0.2002.731, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="SteamWare, Version=4.9.2010.742, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\SteamWare.4.0.2002.731\lib\net462\SteamWare.dll</HintPath>
|
<HintPath>..\packages\SteamWare.4.9.2010.742\lib\net462\SteamWare.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System">
|
<Reference Include="System">
|
||||||
<HintPath>..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll</HintPath>
|
<HintPath>..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll</HintPath>
|
||||||
@@ -285,11 +285,13 @@
|
|||||||
<Content Include="App_Readme\README_SteamWare.txt" />
|
<Content Include="App_Readme\README_SteamWare.txt" />
|
||||||
<Content Include="App_Readme\SteamWare_demo\example-config-table.txt" />
|
<Content Include="App_Readme\SteamWare_demo\example-config-table.txt" />
|
||||||
<Content Include="App_Readme\SteamWare_demo\example-favicon.ico" />
|
<Content Include="App_Readme\SteamWare_demo\example-favicon.ico" />
|
||||||
|
<Content Include="Core\Compression\Snappy\lib\win\snappy32.dll" />
|
||||||
|
<Content Include="Core\Compression\Snappy\lib\win\snappy64.dll" />
|
||||||
|
<Content Include="Core\Compression\Zstandard\lib\win\libzstd.dll" />
|
||||||
<Content Include="ExtLib\Microsoft.ReportViewer.WinForms.dll" />
|
<Content Include="ExtLib\Microsoft.ReportViewer.WinForms.dll" />
|
||||||
<Content Include="MDB_Data\si_dt30.mdb">
|
<Content Include="MDB_Data\si_dt30.mdb">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="mongocrypt.dll" />
|
|
||||||
<Content Include="SqlScript\V 1.3\sqlUpdate_175.sql" />
|
<Content Include="SqlScript\V 1.3\sqlUpdate_175.sql" />
|
||||||
<None Include="SqlScript\V 1.2\sqlUpdate_151.sql" />
|
<None Include="SqlScript\V 1.2\sqlUpdate_151.sql" />
|
||||||
<None Include="SqlScript\V 1.2\Vocabolario_150.sql" />
|
<None Include="SqlScript\V 1.2\Vocabolario_150.sql" />
|
||||||
|
|||||||
Binary file not shown.
@@ -18,7 +18,7 @@
|
|||||||
<package id="SharpZipLib" version="1.2.0" targetFramework="net462" />
|
<package id="SharpZipLib" version="1.2.0" targetFramework="net462" />
|
||||||
<package id="Snappy.NET" version="1.1.1.8" targetFramework="net462" />
|
<package id="Snappy.NET" version="1.1.1.8" targetFramework="net462" />
|
||||||
<package id="StackExchange.Redis" version="2.0.601" targetFramework="net462" />
|
<package id="StackExchange.Redis" version="2.0.601" targetFramework="net462" />
|
||||||
<package id="SteamWare" version="4.0.2002.731" targetFramework="net462" />
|
<package id="SteamWare" version="4.9.2010.742" targetFramework="net462" />
|
||||||
<package id="System.Buffers" version="4.5.0" targetFramework="net462" />
|
<package id="System.Buffers" version="4.5.0" targetFramework="net462" />
|
||||||
<package id="System.Diagnostics.PerformanceCounter" version="4.7.0" targetFramework="net462" />
|
<package id="System.Diagnostics.PerformanceCounter" version="4.7.0" targetFramework="net462" />
|
||||||
<package id="System.IO.Pipelines" version="4.7.0" targetFramework="net462" />
|
<package id="System.IO.Pipelines" version="4.7.0" targetFramework="net462" />
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
-6660
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
-6660
File diff suppressed because it is too large
Load Diff
Vendored
BIN
Binary file not shown.
Vendored
-6650
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user