This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
meta: bump tests framework versions
pull/1958/head
quin lynch
3 years ago
parent
ef5c37b52d
commit
9bac61df7c
2 changed files
with
4 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
test/Discord.Net.Analyzers.Tests/Discord.Net.Analyzers.Tests.csproj
+2
-2
test/Discord.Net.Tests.Unit/Discord.Net.Tests.Unit.csproj
+ 2
- 2
test/Discord.Net.Analyzers.Tests/Discord.Net.Analyzers.Tests.csproj
View File
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PropertyGroup>
<TargetFramework>net
coreapp3.1
</TargetFramework>
<TargetFramework>net
6.0
</TargetFramework>
<IsPackable>false</IsPackable>
<IsPackable>false</IsPackable>
</PropertyGroup>
</PropertyGroup>
+ 2
- 2
test/Discord.Net.Tests.Unit/Discord.Net.Tests.Unit.csproj
View File
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PropertyGroup>
<TargetFramework>net
coreapp3.1
</TargetFramework>
<TargetFramework>net
6.0
</TargetFramework>
<IsPackable>false</IsPackable>
<IsPackable>false</IsPackable>
</PropertyGroup>
</PropertyGroup>
Write
Preview
Loading…
Cancel
Save