Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CodeGen
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
backend
scripts
CodeGen
Merge requests
!6
You need to sign in or sign up before continuing.
Update: Migrated to .NET6.0 (coscine/issues#1910)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update: Migrated to .NET6.0 (coscine/issues#1910)
Issue/1910-MigrationtoNET6.0
into
dev
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Sirieam Marie Hunke
requested to merge
Issue/1910-MigrationtoNET6.0
into
dev
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
(coscine/issues#1910)
0
0
Merge request reports
Compare
dev
version 1
684a6107
3 years ago
dev (base)
and
latest version
latest version
684a6107
1 commit,
3 years ago
version 1
684a6107
1 commit,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/CodeGen/CodeGen.csproj
+
1
−
1
Options
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net
5
.0</TargetFramework>
<TargetFramework>net
6
.0</TargetFramework>
<AssemblyName>Coscine.CodeGen</AssemblyName>
<RootNamespace>Coscine.CodeGen</RootNamespace>
</PropertyGroup>
Loading