Skip to content

Commit

Permalink
update nugets and remove LangVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
olmobrutall committed Jan 24, 2020
1 parent e829c4c commit f78f5f7
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 28 deletions.
3 changes: 1 addition & 2 deletions Signum.Engine/Signum.Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>preview</LangVersion>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand All @@ -21,7 +20,7 @@
<ItemGroup>
<PackageReference Include="Npgsql" Version="4.1.2" />
<PackageReference Include="Signum.Analyzer" Version="2.5.0" />
<PackageReference Include="Signum.MSBuildTask" Version="1.0.7" />
<PackageReference Include="Signum.MSBuildTask" Version="1.1.4" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.0" />
</ItemGroup>

Expand Down
10 changes: 8 additions & 2 deletions Signum.Entities/Signum.Entities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>preview</LangVersion>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand All @@ -13,13 +12,20 @@
<ItemGroup>
<PackageReference Include="Npgsql" Version="4.1.2" />
<PackageReference Include="Signum.Analyzer" Version="2.5.0" />
<PackageReference Include="Signum.MSBuildTask" Version="1.0.7" />
<PackageReference Include="Signum.MSBuildTask" Version="1.1.4" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Signum.Utilities\Signum.Utilities.csproj" />
</ItemGroup>

<!--<Target Name="SignumAfterCompile" AfterTargets="AfterCompile" Outputs="$(TargetPath)">
<WriteLinesToFile File="$(BaseIntermediateOutputPath)SignumReferences.txt" Lines="@(ReferencePath)" Overwrite="true" Encoding="Unicode" />
<Exec command="dotnet &quot;C:\Users\Olmo\.nuget\packages\signum.msbuildtask\1.1.2\build\Signum.MSBuildTask.dll&quot; &quot;@(IntermediateAssembly)&quot; &quot;$(BaseIntermediateOutputPath)SignumReferences.txt&quot;" ConsoleToMSBuild="false">
<Output TaskParameter="ConsoleOutput" PropertyName="OutputOfExec" />
</Exec>
</Target>-->

<ItemGroup>
<None Update="Translations\*.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down
2 changes: 0 additions & 2 deletions Signum.MSBuildTask/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ public static int Main(string[] args)
return 0;
}

log.WriteLine("Signum.MSBuildTask doing nothing");

bool errors = false;
errors |= new ExpressionFieldGenerator(assembly, resolver, log).FixAutoExpressionField();
errors |= new FieldAutoInitializer(assembly, resolver, log).FixAutoInitializer();
Expand Down
4 changes: 2 additions & 2 deletions Signum.MSBuildTask/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"profiles": {
"Signum.Entities": {
"commandName": "Project",
"commandLineArgs": "\"obj\\x64\\Debug\\netcoreapp2.2\\Signum.Entities.Extensions.dll\" \"D:\\Signum\\southwind\\Extensions\\Signum.Entities.Extensions\\obj\\SignumReferences.txt\"",
"workingDirectory": "D:\\Signum\\southwind\\Extensions\\Signum.Entities.Extensions\\"
"commandLineArgs": "\"obj\\x64\\Debug\\netcoreapp3.1\\Signum.Entities.dll\" \"D:\\Signum\\southwind\\Framework\\Signum.Entities\\obj\\SignumReferences.txt\"",
"workingDirectory": "D:\\Signum\\southwind\\Framework\\Signum.Entities\\"
}
}
}
6 changes: 3 additions & 3 deletions Signum.MSBuildTask/Signum.MSBuildTask.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
Expand All @@ -10,11 +10,11 @@
<LangVersion>latest</LangVersion>
<Platforms>x64;AnyCPU</Platforms>
<NuSpecFile>Signum.MSBuildTask.nuspec</NuSpecFile>
<Version>1.0.8</Version>
<Version>1.1.4</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="0.11.0" />
<PackageReference Include="Mono.Cecil" Version="0.11.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Signum.MSBuildTask/Signum.MSBuildTask.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Signum.MSBuildTask</id>
<version>1.0.8</version>
<version>1.1.4</version>
<title>IL rewriter for Signum Framework applications</title>
<authors>Olmo del Corral</authors>
<license type="expression">MIT</license>
Expand Down
7 changes: 3 additions & 4 deletions Signum.React/Signum.React.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<TypeScriptToolsVersion>3.7</TypeScriptToolsVersion>
<TypeScriptBuildMode>true</TypeScriptBuildMode>
<LangVersion>preview</LangVersion>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down Expand Up @@ -35,8 +34,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.0" />
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="3.7.3">
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.1" />
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="3.7.4">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand All @@ -47,7 +46,7 @@
<PackageReference Include="Npgsql" Version="4.1.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Signum.Analyzer" Version="2.5.0" />
<PackageReference Include="Signum.TSGenerator" Version="2.2.2" />
<PackageReference Include="Signum.TSGenerator" Version="2.2.5" />
</ItemGroup>


Expand Down
2 changes: 0 additions & 2 deletions Signum.TSGenerator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ namespace Signum.TSGenerator
{
public static class Program
{


public static int Main(string[] args)
{
var log = Console.Out;
Expand Down
6 changes: 3 additions & 3 deletions Signum.TSGenerator/Signum.TSGenerator.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
Expand All @@ -9,14 +9,14 @@
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<LangVersion>latest</LangVersion>
<Platforms>x64;AnyCPU</Platforms>
<Version>2.2.2</Version>
<Version>2.2.5</Version>
</PropertyGroup>

<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="0.10.1" />
<PackageReference Include="Mono.Cecil" Version="0.11.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Signum.TSGenerator/Signum.TSGenerator.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Signum.TSGenerator</id>
<version>2.2.2</version>
<version>2.2.5</version>
<title>TypeScript generator for Signum Framework applications</title>
<authors>Olmo del Corral</authors>
<license type="expression">MIT</license>
Expand Down
9 changes: 4 additions & 5 deletions Signum.Test/Signum.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>preview</LangVersion>
<UserSecretsId>SignumTest</UserSecretsId>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<Nullable>enable</Nullable>
Expand All @@ -16,9 +15,9 @@

<ItemGroup>
<PackageReference Include="dotMorten.Microsoft.SqlServer.Types" Version="1.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="3.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="Signum.Analyzer" Version="2.5.0" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand All @@ -35,7 +34,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Signum.MSBuildTask" Version="1.0.7" />
<PackageReference Include="Signum.MSBuildTask" Version="1.1.4" />

</ItemGroup>

Expand Down
1 change: 0 additions & 1 deletion Signum.Utilities/Signum.Utilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>preview</LangVersion>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit f78f5f7

Please sign in to comment.