File tree 2 files changed +10
-7
lines changed
tests/StringToExpression.Test
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard1.0;net45 </TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0 </TargetFrameworks >
5
5
<Company >Codecutout</Company >
6
6
<Authors >Alex Davies</Authors >
7
7
<Description >StringToExpression supports the compiling a domain specific string into a .NET expression.
@@ -12,8 +12,8 @@ Out of the box configuration is provided for parsing arithmetic expressions and
12
12
<PackageProjectUrl >https://github.com/codecutout/StringToExpression</PackageProjectUrl >
13
13
<PackageTags >Expression Filter OData Arithmetic DSL</PackageTags >
14
14
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
15
- <Version >1 .1.1</Version >
15
+ <Version >2 .1.1</Version >
16
16
<PackageReleaseNotes >Add checks to prevent keywords from being identified within property names.</PackageReleaseNotes >
17
17
</PropertyGroup >
18
18
19
- </Project >
19
+ </Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net46 </TargetFramework >
4
+ <TargetFramework >net481 </TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
8
<PackageReference Include =" LinqToQuerystring" Version =" 0.7.0.8" />
9
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
10
- <PackageReference Include =" xunit" Version =" 2.3.1" />
11
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1" />
9
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9.0" />
10
+ <PackageReference Include =" xunit" Version =" 2.7.0" />
11
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.7" >
12
+ <PrivateAssets >all</PrivateAssets >
13
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
14
+ </PackageReference >
12
15
</ItemGroup >
13
16
14
17
<ItemGroup >
You can’t perform that action at this time.
0 commit comments