1
0
Эх сурвалжийг харах

Bump version number to 3.1

Bruce Wayne 5 жил өмнө
parent
commit
81c8818fb4

+ 7 - 3
NatTypeTester/NatTypeTester.csproj

@@ -1,18 +1,22 @@
-<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
+<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
 
 
   <PropertyGroup>
   <PropertyGroup>
     <OutputType>WinExe</OutputType>
     <OutputType>WinExe</OutputType>
     <TargetFramework>net48</TargetFramework>
     <TargetFramework>net48</TargetFramework>
     <UseWPF>true</UseWPF>
     <UseWPF>true</UseWPF>
     <ApplicationIcon>icon.ico</ApplicationIcon>
     <ApplicationIcon>icon.ico</ApplicationIcon>
-    <LangVersion>8</LangVersion>
-    <Version>3.0</Version>
+    <LangVersion>latest</LangVersion>
+    <Version>3.1</Version>
   </PropertyGroup>
   </PropertyGroup>
 
 
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
     <PlatformTarget>AnyCPU</PlatformTarget>
     <PlatformTarget>AnyCPU</PlatformTarget>
   </PropertyGroup>
   </PropertyGroup>
 
 
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+  </PropertyGroup>
+
   <ItemGroup>
   <ItemGroup>
     <PackageReference Include="Costura.Fody" Version="4.1.0" />
     <PackageReference Include="Costura.Fody" Version="4.1.0" />
     <PackageReference Include="ReactiveUI.Events.WPF" Version="11.5.17" />
     <PackageReference Include="ReactiveUI.Events.WPF" Version="11.5.17" />