mirror of
https://github.com/ckaczor/Common.git
synced 2026-02-16 18:47:15 -05:00
Add support for updates from GitHub
This commit is contained in:
@@ -170,6 +170,7 @@
|
||||
<Compile Include="Trace\Tracer.cs" />
|
||||
<Compile Include="Settings\Extensions.cs" />
|
||||
<Compile Include="Settings\GenericSettingsProvider.cs" />
|
||||
<Compile Include="Update\GitHubRelease.cs" />
|
||||
<Compile Include="Update\UpdateCheck.cs" />
|
||||
<Compile Include="Update\VersionInfo.cs" />
|
||||
<Compile Include="Xml\XmlExtensions.cs" />
|
||||
@@ -219,6 +220,11 @@
|
||||
<None Include="LICENSE.md" />
|
||||
<None Include="README.md" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Newtonsoft.Json">
|
||||
<Version>11.0.2</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
|
||||
Reference in New Issue
Block a user