mirror of
https://github.com/Stone-Red-Code/AlwaysUpToDate.git
synced 2026-09-08 07:46:06 +02:00
Added ExceptionHandler and NoUpdateAvalibleHandler
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<RootNamespace>AlwaysUpToDate_Test</RootNamespace>
|
||||
<StartupObject>AlwaysUpToDate_Test.Program</StartupObject>
|
||||
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
||||
<FileVersion>1.0.0.0</FileVersion>
|
||||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||||
<FileVersion>2.0.0.0</FileVersion>
|
||||
<PackageTags></PackageTags>
|
||||
<Authors>Stone_Red</Authors>
|
||||
<Company>Stone_Red</Company>
|
||||
@@ -16,5 +16,4 @@
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\AlwaysUpToDate\AlwaysUpToDate.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user