Skip to content

Commit

Permalink
Upgrade to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysneed committed Sep 7, 2024
1 parent d1f5be0 commit ebd10bd
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 43 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>7.0.0</Version>
<Version>8.0.0</Version>
<Authors>Long Le, Tony Sneed</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/urfnet/URF.Core</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<Title>URF - Unit of Work and Repositories Framework for .NET Standard and .NET Core (Official): Abstractions.Services</Title>
<Description>This official URF framework minimizes the surface area of your ORM technlogy from disseminating in your application. Framework provides an elegant way to implement a reusable and extensible Unit of Work and Repository pattern.</Description>
<PackageTags>repository unitofwork patterns</PackageTags>
<PackageReleaseNotes>https://github.com/urfnet/URF.Core/releases/tag/v7.0.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/urfnet/URF.Core/releases/tag/v8.0.0</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>7.0.0</Version>
<Version>8.0.0</Version>
<Authors>Long Le, Tony Sneed</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/urfnet/URF.Core</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<Title>URF - Unit of Work and Repositories Framework for .NET Standard and .NET Core (Official): Abstractions.Trackable</Title>
<Description>This official URF framework minimizes the surface area of your ORM technlogy from disseminating in your application. Framework provides an elegant way to implement a reusable and extensible Unit of Work and Repository pattern.</Description>
<PackageTags>repository unitofwork patterns</PackageTags>
<PackageReleaseNotes>https://github.com/urfnet/URF.Core/releases/tag/v7.0.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/urfnet/URF.Core/releases/tag/v8.0.0</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand All @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="TrackableEntities.Common.Core" Version="7.0.0" />
<PackageReference Include="TrackableEntities.Common.Core" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions URF.Core.Abstractions/URF.Core.Abstractions.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>7.0.0</Version>
<Version>8.0.0</Version>
<Authors>Long Le, Tony Sneed</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/urfnet/URF.Core</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<Title>URF - Unit of Work and Repositories Framework for .NET Standard and .NET Core (Official): Abstractions</Title>
<Description>This official URF framework minimizes the surface area of your ORM technlogy from disseminating in your application. Framework provides an elegant way to implement a reusable and extensible Unit of Work and Repository pattern.</Description>
<PackageTags>repository unitofwork service patterns</PackageTags>
<PackageReleaseNotes>https://github.com/urfnet/URF.Core/releases/tag/v7.0.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/urfnet/URF.Core/releases/tag/v8.0.0</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RepositoryUrl>https://github.com/urfnet/URF.Core</RepositoryUrl>
</PropertyGroup>
Expand Down
16 changes: 8 additions & 8 deletions URF.Core.EF.Tests/URF.Core.EF.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<IsPackable>false</IsPackable>
<Version>1.0.0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
14 changes: 7 additions & 7 deletions URF.Core.EF.Trackable/URF.Core.EF.Trackable.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>7.0.0</Version>
<Version>8.0.0</Version>
<Authors>Long Le, Tony Sneed</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/urfnet/URF.Core</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<Title>URF - Unit of Work and Repositories Framework for .NET Standard and .NET Core (Official): Trackable Entities Core</Title>
<Description>This official URF framework minimizes the surface area of your ORM technlogy from disseminating in your application. Framework provides an elegant way to implement a reusable and extensible Unit of Work and Repository pattern.</Description>
<PackageTags>repository unitofwork patterns</PackageTags>
<PackageReleaseNotes>https://github.com/urfnet/URF.Core/releases/tag/v7.0.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/urfnet/URF.Core/releases/tag/v8.0.0</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand All @@ -26,10 +26,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.0" />
<PackageReference Include="TrackableEntities.Common.Core" Version="7.0.0" />
<PackageReference Include="TrackableEntities.EF.Core" Version="7.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" />
<PackageReference Include="TrackableEntities.Common.Core" Version="8.0.0" />
<PackageReference Include="TrackableEntities.EF.Core" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions URF.Core.EF/URF.Core.EF.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>7.0.0</Version>
<Version>8.0.0</Version>
<Authors>Long Le, Tony Sneed</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/urfnet/URF.Core</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<Title>URF - Unit of Work and Repositories Framework for .NET Standard and .NET Core (Official): Entity Framework Core</Title>
<Description>This official URF framework minimizes the surface area of your ORM technlogy from disseminating in your application. Framework provides an elegant way to implement a reusable and extensible Unit of Work and Repository pattern.</Description>
<PackageTags>repository unitofwork patterns</PackageTags>
<PackageReleaseNotes>https://github.com/urfnet/URF.Core/releases/tag/v7.0.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/urfnet/URF.Core/releases/tag/v8.0.0</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand All @@ -20,8 +20,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions URF.Core.Mongo.Tests/URF.Core.Mongo.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<IsPackable>false</IsPackable>
<Version>1.0.0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Mongo2Go" Version="3.1.3" />
<PackageReference Include="MongoDB.Driver" Version="2.19.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PackageReference Include="MongoDB.Driver" Version="2.22.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
8 changes: 4 additions & 4 deletions URF.Core.Mongo/URF.Core.Mongo.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>7.0.0</Version>
<Version>8.0.0</Version>
<Authors>Long Le, Tony Sneed</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/urfnet/URF.Core</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<Title>URF - Unit of Work and Repositories Framework for .NET Standard and .NET Core (Official): MongoDb</Title>
<Description>This official URF framework minimizes the surface area of your ORM technlogy from disseminating in your application. Framework provides an elegant way to implement a reusable and extensible Unit of Work and Repository pattern.</Description>
<PackageTags>repository unitofwork patterns</PackageTags>
<PackageReleaseNotes>https://github.com/urfnet/URF.Core/releases/tag/v7.0.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/urfnet/URF.Core/releases/tag/v8.0.0</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand All @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.19.0" />
<PackageReference Include="MongoDB.Driver" Version="2.22.0" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions URF.Core.Services/URF.Core.Services.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>7.0.0</Version>
<Version>8.0.0</Version>
<Authors>Long Le, Tony Sneed</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/urfnet/URF.Core</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<Title>URF - Unit of Work and Repositories Framework for .NET Standard and .NET Core (Official): Services</Title>
<Description>This official URF framework minimizes the surface area of your ORM technlogy from disseminating in your application. Framework provides an elegant way to implement a reusable and extensible Unit of Work and Repository pattern.</Description>
<PackageTags>repository unitofwork service patterns</PackageTags>
<PackageReleaseNotes>https://github.com/urfnet/URF.Core/releases/tag/v7.0.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/urfnet/URF.Core/releases/tag/v8.0.0</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down

0 comments on commit ebd10bd

Please sign in to comment.