-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Валерий Гуров
authored and
Валерий Гуров
committed
Jan 7, 2022
1 parent
38117a7
commit 17c1487
Showing
19 changed files
with
1,311 additions
and
1,338 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.