Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update samples for rc4 #4466

Merged
merged 4 commits into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Samples/BlazorExample/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<CslaVersion>9.0.0-alpha-g27c299cae5</CslaVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Csla" Version="9.0.0-rc1-g1f81036133" />
<PackageVersion Include="Csla.AspNetCore" Version="9.0.0-rc1-g1f81036133" />
<PackageVersion Include="Csla.Blazor" Version="9.0.0-rc1-g1f81036133" />
<PackageVersion Include="Csla.Blazor.WebAssembly" Version="9.0.0-rc1-g1f81036133" />
<PackageVersion Include="Csla" Version="9.0.0-rc4-gc005a93a3c" />
<PackageVersion Include="Csla.AspNetCore" Version="9.0.0-rc4-gc005a93a3c" />
<PackageVersion Include="Csla.Blazor" Version="9.0.0-rc4-gc005a93a3c" />
<PackageVersion Include="Csla.Blazor.WebAssembly" Version="9.0.0-rc4-gc005a93a3c" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="9.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" />
Expand Down
32 changes: 23 additions & 9 deletions Samples/BusinessRuleDemo/BusinessRuleDemo/BusinessRuleDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Csla, Version=8.0.0.0, Culture=neutral, PublicKeyToken=93be5fdc093e4c30">
<HintPath>..\packages\Csla.8.0.0\lib\net48\Csla.dll</HintPath>
<Private>True</Private>
<Reference Include="Backport.System.Threading.Lock, Version=3.1.0.0, Culture=neutral, PublicKeyToken=b4f1bfae1afe4011, processorArchitecture=MSIL">
<HintPath>..\packages\Backport.System.Threading.Lock.3.1.0\lib\net45\Backport.System.Threading.Lock.dll</HintPath>
</Reference>
<Reference Include="Csla, Version=9.0.0.0, Culture=neutral, PublicKeyToken=93be5fdc093e4c30, processorArchitecture=MSIL">
<HintPath>..\packages\Csla.9.0.0-rc4-gc005a93a3c\lib\net48\Csla.dll</HintPath>
</Reference>
<Reference Include="Csla.Windows, Version=8.0.0.0, Culture=neutral, PublicKeyToken=93be5fdc093e4c30, processorArchitecture=MSIL">
<HintPath>..\packages\Csla.Windows.Forms.8.0.0-R24021201\lib\net462\Csla.Windows.dll</HintPath>
<Reference Include="Csla.Windows, Version=9.0.0.0, Culture=neutral, PublicKeyToken=93be5fdc093e4c30, processorArchitecture=MSIL">
<HintPath>..\packages\Csla.Windows.Forms.9.0.0-rc4-gc005a93a3c\lib\net462\Csla.Windows.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
Expand Down Expand Up @@ -145,6 +147,7 @@
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
Expand All @@ -153,6 +156,9 @@
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Data.Entity" />
<Reference Include="System.Data.Linq" />
<Reference Include="System.Data.Services.Client" />
<Reference Include="System.Deployment" />
<Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.8.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
Expand All @@ -161,6 +167,7 @@
<HintPath>..\packages\System.Diagnostics.EventLog.8.0.0\lib\net462\System.Diagnostics.EventLog.dll</HintPath>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.EnterpriseServices" />
<Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
<Private>True</Private>
Expand All @@ -169,6 +176,8 @@
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
</Reference>
<Reference Include="System.Net" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
Expand Down Expand Up @@ -225,11 +234,18 @@
<Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
</Reference>
<Reference Include="System.ServiceModel" />
<Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
</Reference>
<Reference Include="System.Text.Json, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Text.Json.8.0.4\lib\net462\System.Text.Json.dll</HintPath>
<HintPath>..\packages\System.Text.Json.8.0.5\lib\net462\System.Text.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Text.RegularExpressions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Text.RegularExpressions.4.3.1\lib\net463\System.Text.RegularExpressions.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
Expand All @@ -239,6 +255,7 @@
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Transactions" />
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -300,9 +317,6 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Analyzer Include="..\packages\Csla.8.0.0-R24021201\analyzers\c#\Csla.Analyzers.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
4 changes: 0 additions & 4 deletions Samples/BusinessRuleDemo/BusinessRuleDemo/CalcSum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ public class CalcSum : BusinessRule
public CalcSum(IPropertyInfo primaryProperty, params IPropertyInfo[] inputProperties)
: base(primaryProperty)
{
if (InputProperties == null)
{
InputProperties = new List<IPropertyInfo>();
}
InputProperties.AddRange(inputProperties);
}

Expand Down
4 changes: 0 additions & 4 deletions Samples/BusinessRuleDemo/BusinessRuleDemo/LessThanProperty.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ public LessThanProperty(IPropertyInfo primaryProperty, IPropertyInfo compareToPr
{
CompareTo = compareToProperty;

if (InputProperties == null)
{
InputProperties = new List<IPropertyInfo>();
}
InputProperties.Add(primaryProperty);
InputProperties.Add(compareToProperty);
}
Expand Down
2 changes: 1 addition & 1 deletion Samples/BusinessRuleDemo/BusinessRuleDemo/SetStateName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public SetStateName(IPropertyInfo stateIdProperty, IPropertyInfo stateNameProper
: base(stateIdProperty)
{
StateName = stateNameProperty;
InputProperties = new List<IPropertyInfo> { stateIdProperty };
InputProperties.Add(stateIdProperty);
AffectedProperties.Add(StateName);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public StringRequiredIfUS(IPropertyInfo primaryProperty, IPropertyInfo countryPr
{
_countryProperty = countryProperty;
_innerRule = (IBusinessRule)new Csla.Rules.CommonRules.Required(primaryProperty);
InputProperties = new List<IPropertyInfo>();

// this rule needs the Country property
InputProperties.Add(countryProperty);
Expand Down
9 changes: 6 additions & 3 deletions Samples/BusinessRuleDemo/BusinessRuleDemo/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Csla" version="8.0.0" targetFramework="net48" />
<package id="Csla.Windows.Forms" version="8.0.0-R24021201" targetFramework="net48" />
<package id="Backport.System.Threading.Lock" version="3.1.0" targetFramework="net48" />
<package id="Csla" version="9.0.0-rc4-gc005a93a3c" targetFramework="net48" />
<package id="Csla.Windows.Forms" version="9.0.0-rc4-gc005a93a3c" targetFramework="net48" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" targetFramework="net48" />
<package id="Microsoft.Extensions.Configuration" version="8.0.0" targetFramework="net48" />
<package id="Microsoft.Extensions.Configuration.Abstractions" version="8.0.0" targetFramework="net48" />
Expand Down Expand Up @@ -44,6 +45,7 @@
<package id="System.Runtime" version="4.3.1" targetFramework="net48" />
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net48" />
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net48" />
<package id="System.Runtime.Loader" version="4.3.0" targetFramework="net48" />
<package id="System.Runtime.Serialization.Formatters" version="4.3.0" targetFramework="net48" />
<package id="System.Runtime.Serialization.Primitives" version="4.3.0" targetFramework="net48" />
<package id="System.Runtime.Serialization.Xml" version="4.3.0" targetFramework="net48" />
Expand All @@ -53,7 +55,8 @@
<package id="System.Security.Principal" version="4.3.0" targetFramework="net48" />
<package id="System.Security.Principal.Windows" version="5.0.0" targetFramework="net48" />
<package id="System.Text.Encodings.Web" version="8.0.0" targetFramework="net48" />
<package id="System.Text.Json" version="8.0.4" targetFramework="net48" />
<package id="System.Text.Json" version="8.0.5" targetFramework="net48" />
<package id="System.Text.RegularExpressions" version="4.3.1" targetFramework="net48" />
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net48" />
<package id="System.Threading.ThreadPool" version="4.3.0" targetFramework="net48" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net48" />
Expand Down
9 changes: 7 additions & 2 deletions Samples/CslaFastStart/CslaFastStart.sln
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2043
# Visual Studio Version 17
VisualStudioVersion = 17.13.35723.152
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CslaFastStart", "CslaFastStart\CslaFastStart.csproj", "{32BA8E89-444C-4816-BCBE-6A57C8D493F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusinessLayer", "BusinessLayer\BusinessLayer.csproj", "{FA55BD82-7CA5-4EC6-B9BD-713AE808FE66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccessLayer", "DataAccessLayer\DataAccessLayer.csproj", "{CA07A3C5-8BBF-4B9C-982E-56E9904965FC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion Samples/CslaFastStart/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CslaVersion>8.0.0-R24021201</CslaVersion>
<CslaVersion>9.0.0-rc4-gc005a93a3c</CslaVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Csla" Version="$(CslaVersion)" />
Expand Down
9 changes: 7 additions & 2 deletions Samples/CustomActivator/CustomActivator.sln
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29230.61
# Visual Studio Version 17
VisualStudioVersion = 17.13.35723.152
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomActivator", "CustomActivator\CustomActivator.csproj", "{02C0F88A-ADD7-4211-BE7A-5A23524B1813}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion Samples/CustomActivator/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CslaVersion>8.2.3</CslaVersion>
<CslaVersion>9.0.0-rc4-gc005a93a3c</CslaVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Csla" Version="$(CslaVersion)" />
Expand Down
5 changes: 5 additions & 0 deletions Samples/CustomErrorHandling/CustomErrorHandling.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "How to run", "How to run",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppServer", "AppServer\AppServer.csproj", "{D4D50B60-A377-4861-8D5E-B10F95D4CCD0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
4 changes: 2 additions & 2 deletions Samples/CustomErrorHandling/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CslaVersion>8.2.3</CslaVersion>
<CslaVersion>9.0.0-rc4-gc005a93a3c</CslaVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Csla" Version="$(CslaVersion)" />
<PackageVersion Include="Csla.AspNetCore" Version="$(CslaVersion)" />
<PackageVersion Include="Csla.Windows.Forms" Version="$(CslaVersion)" />

<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />

<PackageVersion Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Samples/CustomErrorHandling/WindowsUI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ static void Main()
services.AddTransient<System.Net.Http.HttpClient>();
services.AddCsla(o => o
.AddWindowsForms()
.DataPortal(dpo => dpo.ClientSideDataPortal(cso => cso
.DataPortal(dpo => dpo.AddClientSideDataPortal(cso => cso
.UseHttpProxy(hpo => hpo
.DataPortalUrl = "https://localhost:44364/api/dataportal"))));
var provider = services.BuildServiceProvider();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// use CSLA with client-side data portal cache
services.AddCsla(o => o
.DataPortal(o => o
.ClientSideDataPortal(o => o
.AddClientSideDataPortal(o => o
.DataPortalCacheType = typeof(DataPortalCache))));
var provider = services.BuildServiceProvider();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Csla" Version="8.0.0" />
<PackageReference Include="Csla" Version="9.0.0-rc4-gc005a93a3c" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Csla.AspNetCore" Version="8.0.0-R24021201" />
<PackageReference Include="Csla.AspNetCore" Version="9.0.0-rc4-gc005a93a3c" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Samples/MauiExample/BusinessLibrary/BusinessLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Csla" Version="9.0.0-rc3-g44c5640a07" />
<PackageReference Include="Csla" Version="9.0.0-rc4-gc005a93a3c" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Samples/MauiExample/MauiExample/MauiExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Csla.Maui" Version="9.0.0-rc3-g44c5640a07" />
<PackageReference Include="Csla.Maui" Version="9.0.0-rc4-gc005a93a3c" />
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.21" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Samples/MvcExample/BusinessLibrary/BusinessLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Csla" Version="8.0.0" />
<PackageReference Include="Csla" Version="9.0.0-rc4-gc005a93a3c" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Samples/MvcExample/DataAccess/DataAccess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Csla" Version="8.0.0" />
<PackageReference Include="Csla" Version="9.0.0-rc4-gc005a93a3c" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Samples/MvcExample/MvcExample/MvcExample.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Csla.AspNetCore" Version="8.0.0-R24021201" />
<PackageReference Include="Csla.AspNetCore" Version="9.0.0-rc4-gc005a93a3c" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Samples/ProjectTracker/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CslaVersion>9.0.0-rc1-g7947dbebf0</CslaVersion>
<CslaVersion>9.0.0-rc4-gc005a93a3c</CslaVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Csla" Version="$(CslaVersion)" />
Expand Down
Loading