Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-YousefiTelori committed Aug 3, 2019
1 parent e8255a0 commit 29646c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cross-Platform/SignalGoTest.Desktop/SignalGoTest.Desktop.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<!--<TargetFramework>netcoreapp2.0</TargetFramework>-->
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
<TargetFramework>netcoreapp2.0</TargetFramework>
<!--<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>-->
<RuntimeIdentifiers>win7-x64</RuntimeIdentifiers>
<AssemblyVersion>5.0</AssemblyVersion>
<FileVersion>5.0</FileVersion>
<Version>5.0</Version>
<AssemblyVersion>5.1</AssemblyVersion>
<FileVersion>5.1</FileVersion>
<Version>5.1</Version>
<Copyright>Copyright © [email protected] 2016</Copyright>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<ProjectReference Include="..\..\..\..\..\Github\MVVMGo\MvvmGo\MvvmGo.csproj" />
<ProjectReference Include="..\..\..\SignalGoAddServiceReference-net\SignalGo.CodeGenerator\SignalGo.CodeGenerator.csproj" >
<ProjectReference Include="..\..\..\SignalGoAddServiceReference-net\SignalGo.CodeGenerator\SignalGo.CodeGenerator.csproj">
<Aliases>SignalGoCodeGenerator</Aliases>
</ProjectReference>
<ProjectReference Include="..\SignalGoTest.Models\SignalGoTest.Models.csproj" />
Expand Down

0 comments on commit 29646c3

Please sign in to comment.