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
GitLab 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
!7
Release: Sprint/2022 06
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Release: Sprint/2022 06
dev
into
main
Overview
0
Commits
2
Pipelines
1
Changes
1
Merged
Release: Sprint/2022 06 🤖
Petar Hristov
requested to merge
dev
into
main
Apr 11, 2022
Overview
0
Commits
2
Pipelines
1
Changes
1
This Merge Request is automatically created
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
1a7ecda4
2 commits,
Apr 11, 2022
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
View file @ 1a7ecda4
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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