Skip to content

Commit

Permalink
Update packages, temporarily use current vs2022
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman committed Nov 18, 2023
1 parent f5dfd9f commit 3d8b07e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
with:
configuration: Release
productNamespacePrefix: "ReactiveUI"
useVisualStudioPreview: true
useVisualStudioPreview: false
useMauiCheckDotNetTool: false
solutionFile: "reactiveui.sln"
6 changes: 3 additions & 3 deletions src/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<XunitVersion>2.6.1</XunitVersion>
</PropertyGroup>
<PropertyGroup Condition="$(IsTestProject) != 'true'">
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<!--<PropertyGroup Condition="$(IsTestProject) != 'true'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>-->

<!-- MonoAndroid doesn't seem to want to allow debugging for maintainers -->
<PropertyGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
Expand Down
4 changes: 2 additions & 2 deletions src/ReactiveUI/ReactiveUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@

<ItemGroup>
<PackageReference Include="Splat" Version="14.*" />
<PackageReference Include="DynamicData" Version="7.*" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
<PackageReference Include="DynamicData" Version="8.*" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3d8b07e

Please sign in to comment.