Skip to content

Commit

Permalink
DEV-19409: Upgrade .NET from 6.0.22 to 6.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGroeneboer committed Oct 12, 2023
1 parent 5861b23 commit 215f85f
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 87 deletions.
22 changes: 11 additions & 11 deletions FontoXPathCSharp/FontoXPathCSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RuntimeFrameworkVersion>6.0.22</RuntimeFrameworkVersion>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RuntimeFrameworkVersion>6.0.23</RuntimeFrameworkVersion>
<Version>7.0.0</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\PrscSharp\PrscSharp.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PrscSharp\PrscSharp.csproj"/>
</ItemGroup>

</Project>
</Project>
14 changes: 7 additions & 7 deletions PrscSharp/PrscSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RuntimeFrameworkVersion>6.0.22</RuntimeFrameworkVersion>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RuntimeFrameworkVersion>6.0.23</RuntimeFrameworkVersion>
<Version>7.0.0</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>
</Project>
30 changes: 15 additions & 15 deletions XPathBenchmarks/XPathBenchmarks.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeFrameworkVersion>6.0.22</RuntimeFrameworkVersion>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeFrameworkVersion>6.0.23</RuntimeFrameworkVersion>
<Version>7.0.0</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.1"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.1"/>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\FontoXPathCSharp\FontoXPathCSharp.csproj"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FontoXPathCSharp\FontoXPathCSharp.csproj"/>
</ItemGroup>

</Project>
</Project>
48 changes: 24 additions & 24 deletions XPathRunner/XPathRunner.csproj
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeFrameworkVersion>6.0.22</RuntimeFrameworkVersion>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeFrameworkVersion>6.0.23</RuntimeFrameworkVersion>
<Version>7.0.0</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\FontoXPathCSharp\FontoXPathCSharp.csproj"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FontoXPathCSharp\FontoXPathCSharp.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0"/>
<PackageReference Include="xunit" Version="2.4.1"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.1.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.1.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

</Project>
</Project>
60 changes: 30 additions & 30 deletions XPathTest/XPathTest.csproj
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RuntimeFrameworkVersion>6.0.22</RuntimeFrameworkVersion>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RuntimeFrameworkVersion>6.0.23</RuntimeFrameworkVersion>
<Version>7.0.0</Version>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0"/>
<PackageReference Include="xunit" Version="2.4.1"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.1.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<ProjectReference Include="..\FontoXPathCSharp\FontoXPathCSharp.csproj"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.1.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<ProjectReference Include="..\FontoXPathCSharp\FontoXPathCSharp.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Remove="assets\**"/>
</ItemGroup>
<ItemGroup>
<Compile Remove="assets\**" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Remove="assets\**"/>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Remove="assets\**" />
</ItemGroup>

<ItemGroup>
<None Remove="assets\**"/>
</ItemGroup>
<ItemGroup>
<None Remove="assets\**" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 215f85f

Please sign in to comment.