mirror of
https://github.com/Pixeval/Pixeval.git
synced 2025-01-08 11:47:34 +08:00
revert dependencies that are not supposed to update
This commit is contained in:
parent
db2c5fd4e8
commit
8ff27e34a2
3
.gitignore
vendored
3
.gitignore
vendored
@ -365,6 +365,3 @@ src/Pixeval/Assets/Binary/Pixeval.LoginProxy.zip
|
||||
# JetBrains Rider
|
||||
.idea/
|
||||
*.sln.iml
|
||||
|
||||
#cert
|
||||
*.pfx
|
||||
|
@ -48,6 +48,8 @@ Global
|
||||
{97004D5A-21BE-4137-A529-A9E150AEB3CE}.Release|x86.ActiveCfg = Release|x86
|
||||
{97004D5A-21BE-4137-A529-A9E150AEB3CE}.Release|x86.Build.0 = Release|x86
|
||||
{97004D5A-21BE-4137-A529-A9E150AEB3CE}.Release|x86.Deploy.0 = Release|x86
|
||||
{29F8F1E7-1B87-4030-B9E8-1DDEF7A552B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{29F8F1E7-1B87-4030-B9E8-1DDEF7A552B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{29F8F1E7-1B87-4030-B9E8-1DDEF7A552B5}.Debug|arm64.ActiveCfg = Debug|Any CPU
|
||||
{29F8F1E7-1B87-4030-B9E8-1DDEF7A552B5}.Debug|arm64.Build.0 = Debug|Any CPU
|
||||
{29F8F1E7-1B87-4030-B9E8-1DDEF7A552B5}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
|
@ -14,7 +14,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.902.49" />
|
||||
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.705.50" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -16,6 +16,6 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.2" PrivateAssets="all" />
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.11.0" PrivateAssets="all" />
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.10.0" PrivateAssets="all" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user