]> git.deb.at Git - rhonda/impostor.git/commitdiff
Smaller client
authorAeonLucid <aeonlucid@gmail.com>
Wed, 14 Oct 2020 14:05:31 +0000 (16:05 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Wed, 14 Oct 2020 14:05:31 +0000 (16:05 +0200)
appveyor.yml
build.cake
src/Impostor.Client/Impostor.Client.WinForms/Impostor.Client.WinForms.csproj

index f536b6eb7a5592655cc749766c53c2022ca7b0ab..9a68ba32b1ff267618a17d12219d7e88e1e053a0 100644 (file)
@@ -42,7 +42,7 @@ artifacts:
 
 only_commits:
   files:
-    - ./appveyor.yml
-    - ./build.cake
-    - ./src/**/*
+    - appveyor.yml
+    - build.cake
+    - src/**/*
     - .gitmodules
index 8c79c0c686c2ec59f31bd73caf14ffd6a3e5fd05..05efad5fc727fe6d098ca6aa098af1a69fa630e8 100644 (file)
@@ -34,7 +34,7 @@ public void ImpostorPublishNF(string name, string project) {
     DotNetCorePublish(project, new DotNetCorePublishSettings {
         Configuration = configuration,
         NoRestore = true,
-        Framework = "net462",
+        Framework = "net472",
         OutputDirectory = projBuildDir
     });
 
index a35674628e859d2e598eb6a3324c255c3a9e6a52..eb217fea134ac05597facfb7925478b0c0228967 100644 (file)
@@ -4,7 +4,7 @@
         <AssemblyName>Impostor</AssemblyName>
         <ProjectGuid>{804CF172-0C87-4423-9688-BD97D549891E}</ProjectGuid>
         <OutputType>WinExe</OutputType>
-        <TargetFramework>net462</TargetFramework>
+        <TargetFramework>net472</TargetFramework>
         <UseWindowsForms>true</UseWindowsForms>
         <Copyright>Copyright © AeonLucid 2020</Copyright>
         <ApplicationIcon>icon.ico</ApplicationIcon>