Skip to content

Commit

Permalink
Infrastructure Preparation 141
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Dec 14, 2022
1 parent 96d52fa commit 6eb0517
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion demo/BasicExample/BasicExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

<ItemGroup>
<PackageReference Include="Taiizor.Essentials.Blazor" Version="22.12.6.1649" />
<PackageReference Include="Taiizor.Essentials.Maui" Version="22.12.4.1849" />
<PackageReference Include="Taiizor.Essentials.Maui" Version="22.12.14.1313" />
</ItemGroup>

<!--<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Taiizor.Essentials.Maui" Version="22.12.4.1849" />
<PackageReference Include="Taiizor.Essentials.Maui.AppCenter" Version="22.12.4.1849" />
<PackageReference Include="Taiizor.Essentials.Maui" Version="22.12.14.1313" />
<PackageReference Include="Taiizor.Essentials.Maui.AppCenter" Version="22.12.14.1313" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion demo/Taiizor.Essentials.Maui/Mutex/Basic/Basic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Taiizor.Essentials.Maui" Version="22.12.4.1849" />
<PackageReference Include="Taiizor.Essentials.Maui" Version="22.12.14.1313" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion demo/Taiizor.Essentials.Maui/Mutex/Simple/Simple.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Taiizor.Essentials.Maui" Version="22.12.4.1849" />
<PackageReference Include="Taiizor.Essentials.Maui" Version="22.12.14.1313" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

<ItemGroup>
<PackageReference Include="Taiizor.Essentials.Blazor" Version="22.12.6.1649" />
<PackageReference Include="Taiizor.Essentials.Maui" Version="22.12.4.1849" />
<PackageReference Include="Taiizor.Essentials.Maui" Version="22.12.14.1313" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion demo/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.100",
"version": "7.0.101",
"allowPrerelease": true
}
}
2 changes: 1 addition & 1 deletion src/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.100",
"version": "7.0.101",
"allowPrerelease": true
}
}

0 comments on commit 6eb0517

Please sign in to comment.