Skip to content

Commit

Permalink
Выполнена миграция на .NET 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Валерий Гуров authored and Валерий Гуров committed Jan 7, 2022
1 parent 38117a7 commit 17c1487
Show file tree
Hide file tree
Showing 19 changed files with 1,311 additions and 1,338 deletions.
799 changes: 399 additions & 400 deletions Downloader/CourseDataExtractor.cs

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions Downloader/Downloader.csproj
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<AssemblyTitle>Downloader</AssemblyTitle>
<Company>Валерий Гуров</Company>
<Product>Downloader</Product>
<Description>Ядро функции для загрузки курсов</Description>
<Copyright>Валерий Гуров © 2020</Copyright>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<FileVersion>1.2.0.0</FileVersion>
<LangVersion>latest</LangVersion>
<Version>1.2.0</Version>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<TargetFramework>net6.0</TargetFramework>
<AssemblyTitle>Downloader</AssemblyTitle>
<Company>Валерий Гуров</Company>
<Product>Downloader</Product>
<Description>Ядро функции для загрузки курсов</Description>
<Copyright>Валерий Гуров © 2020</Copyright>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<FileVersion>1.3.0.0</FileVersion>
<LangVersion>latest</LangVersion>
<Version>1.3.0</Version>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AngleSharp" Version="0.15.0" />
<PackageReference Include="AngleSharp.Io" Version="0.15.0" />
<PackageReference Include="Jint" Version="2.11.58" />
<PackageReference Include="Microsoft.Edge.SeleniumTools" Version="3.141.2" />
<PackageReference Include="Selenium.WebDriver" Version="3.141.0" />
<PackageReference Include="AngleSharp" Version="0.16.1" />
<PackageReference Include="AngleSharp.Io" Version="0.16.0" />
<PackageReference Include="Jint" Version="2.11.58" />
<PackageReference Include="Microsoft.Edge.SeleniumTools" Version="3.141.2" />
<PackageReference Include="Selenium.WebDriver" Version="3.141.0" />
</ItemGroup>
</Project>
Loading

0 comments on commit 17c1487

Please sign in to comment.